On Sun, Nov 7, 2010 at 2:50 AM, Alan Gauld <alan.ga...@btinternet.com>wrote:

>
> "Aravind Venkatesan" <arv2...@gmail.com> wrote
>
>
>  This is Aravind. I am a university graduate student. I am looking for a
>> software module or package to visualize a hierarchial tree data structure
>> in
>> python.
>>
>
> Most GUI toolkits have a tree widget like the Wiondows Explorer tree view.
> The Tkintrer version is included in the Tix module which extends the basic
> Tkinter widgets. The documentation is not fantastic but ithere should be
> enough to get you going.
>

As an alternative method using Tkinter, you can create objects on a canvas
and make them clickable with relative ease.

For serious graphing, matplotlib is the defacto standard.

HTH,
Wayne
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to