Tree Graph Layout Method - Maple Help

Online Help

All Products    Maple    MapleSim


Tree Graph Layout Method

 

Description

Examples

Description

• 

The tree layout method recursively lays out the graph as a tree starting at the first vertex, or the specified root at the top.

• 

This layout method works only in two dimensions.

Examples

withGraphTheory:

GRandomGraphs:-RandomTree25

GGraph 1: an undirected unweighted graph with 25 vertices and 24 edge(s)

(1)

DrawGraphG,layout=tree

See Also

GraphTheory[DrawGraph]