[Tutor] Interactive visualization in python

Wayne Werner waynejwerner at gmail.com
Sun Nov 7 10:02:13 CET 2010


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

>
> "Aravind Venkatesan" <arv2007 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20101107/ae71560b/attachment.html>


More information about the Tutor mailing list