[Tutor] Interactive visualization in python

davidheiserca at gmail.com davidheiserca at gmail.com
Mon Nov 8 01:59:19 CET 2010


FYI...

There is a non-Python commercial program called XMLSpy which displays a visual tree rendition of an XML schema (.xsd) file. The schema file can be created or manipulated with Python/ElementTree.

Maybe it can help you in your program development.




  ----- Original Message ----- 
  From: Aravind Venkatesan 
  To: tutor at python.org 
  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 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 at python.org
  To unsubscribe or change subscription options:
  http://mail.python.org/mailman/listinfo/tutor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20101107/1e3ea527/attachment-0001.html>


More information about the Tutor mailing list