Re: [Tutor] Interactive visualization in python

2010-11-07 Thread davidheiserca
- From: Aravind Venkatesan To: [email protected] Sent: Saturday, November 06, 2010 3:56 PM Subject: [Tutor] Interactive visualization in python Hello, This is Aravind. I am a university graduate student. I am looking for a software module or package to visualize a hierarchial tree data

Re: [Tutor] Interactive visualization in python

2010-11-07 Thread Terry Carroll
On Sun, 7 Nov 2010, Alan Gauld wrote: 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. I'm pretty sure wxPython will have one too. I haven't used it, but wxPython's tree widge

Re: [Tutor] Interactive visualization in python

2010-11-07 Thread Alan Gauld
"Aravind Venkatesan" 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 includ

[Tutor] Interactive visualization in python

2010-11-07 Thread Aravind Venkatesan
Hello, 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. Here's the problem: I have a tree(hierarchially represented) with set of nodes and edges. I would like to visualize this tree first. T

Re: [Tutor] Interactive visualization in python

2010-11-07 Thread Wayne Werner
On Sun, Nov 7, 2010 at 2:50 AM, Alan Gauld wrote: > > "Aravind Venkatesan" 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