TreePlot.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
This shows a graphical representation of a tree with 10 nodes. | In[1]:=
<<DiscreteMath`Tree` In[2]:= tp = TreePlot[MakeTree[Range[10]]] In[3]:= JavaView[tp] |