-
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
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
"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
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
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