LayeredGraph3D
LayeredGraph3D[g] creates a graph with vertices and edges from the graph g represented as a 3D layered plot.
LayeredGraph3D[{e1, e2, …}]creates a graph with edgesejrepresented as a 3D layered plot.LayeredGraph3D[{…, w[ei], …}]creates a graph with edgeseiwith features defined by the symbolic wrapperw.LayeredGraph3D[…, v -> pos]places the dominant vertexvin the plot at positionpos.
Examples
LayeredGraph3D[CompleteGraph[5]]LayeredGraph3D[{1 -> 2, 2 -> 3, 3 -> 4, 4 -> 1}]Please visit the official Wolfram Language Reference for more details.