layout.auto()
was renamed to layout_nicely()
to create a more
consistent API.
Arguments
- graph
The input graph
- dim
Dimensions, should be 2 or 3.
- ...
For
layout_nicely()
the extra arguments are passed to the real layout function. Fornicely()
all argument are passed tolayout_nicely()
.