construct a new Sugiyama with the default settings
The sugiyama layout takes a three step layering approach. First it calls
Sugiyama#layering to assign a layer to each node. Then it calls
Sugiyama#decross to arrange nodes in each layer to minimize edge
crossings. Finally it calls Sugiyama#coord to assign actual
coordinates given the ordering.
construct a new Sugiyama with the default settings
The sugiyama layout takes a three step layering approach. First it calls Sugiyama#layering to assign a layer to each node. Then it calls Sugiyama#decross to arrange nodes in each layer to minimize edge crossings. Finally it calls Sugiyama#coord to assign actual coordinates given the ordering.
Finally, you can also tweak the standard settings of Sugiyama#nodeSize, Sugiyama#gap, and Sugiyama#tweaks. Note that Rank can be set in some Layering operators.