<div class="gmail_quote">On Sun, Nov 7, 2010 at 2:50 AM, Alan Gauld <span dir="ltr">&lt;<a href="mailto:alan.gauld@btinternet.com">alan.gauld@btinternet.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
&quot;Aravind Venkatesan&quot; &lt;<a href="mailto:arv2007@gmail.com" target="_blank">arv2007@gmail.com</a>&gt; wrote<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is Aravind. I am a university graduate student. I am looking for a<br>
software module or package to visualize a hierarchial tree data structure in<br>
python.<br>
</blockquote>
<br></div>
Most GUI toolkits have a tree widget like the Wiondows Explorer tree view.<br>
The Tkintrer version is included in the Tix module which extends the basic<br>
Tkinter widgets. The documentation is not fantastic but ithere should be<br>
enough to get you going.<br></blockquote><div><br></div><div>As an alternative method using Tkinter, you can create objects on a canvas and make them clickable with relative ease.</div><div><br></div><div>For serious graphing, matplotlib is the defacto standard. </div>

<div><br></div><div>HTH,</div><div>Wayne</div></div>