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. Then i would like to have each node
a clickable object so that when a node in the tree is clicked using a mouse,
i want to show some data associated with that node(probably a graph) in
another popup window. What kind of packages exists in python which will help
me solve this?

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

Reply via email to