Skip to main content

LayeredGraphPlot3D

LayeredGraphPlot3D[g] generates a 3D layered plot of the graph g.

LayeredGraphPlot3D[{e1,e2,…}] generates a 3D layered plot of the graph with edges ei.

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

LayeredGraphPlot3D[{vi1->vj1,…}] uses rules vik->vjk to specify the graph g.

LayeredGraphPlot3D[m] uses the adjacency matrix m to specify the graph g.

LayeredGraphPlot3D[…,v->pos] places the dominant vertex v in the plot at position pos.

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