Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Treeplot()?

Hi,

I'm aware that Mathematica has a treeplot() function which basically plots a rooted tree. I've been searching for a while now to see if Sage has similar functionality. I basically want to plot a tree diagram with the following adjacency matrix:

01110000
10001100
10000110
10001010
01010000
01100000
00110001
00001110

Can anyone help me? (Maybe I have to use networkx somehow...).

Thanks!