Skip to main content

TreePlot

TreePlot[g] generates a tree plot of the graph g.

TreePlot[{e1,e2,…}] generates a tree plot of the graph with edges ej.

TreePlot[{…,w[ei],…}] plots ei with features defined by the symbolic wrapper w.

TreePlot[{vi1->vj1,…}] uses rules vi1->vj1 to specify the graph g.

TreePlot[m] generates a tree plot of the graph represented by the adjacency matrix m.

TreePlot[…,v->pos] places the root v in the plot at position pos.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.