Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 8 years ago

fidbc gravatar image

I think you may be able to use the layout flag for plot.

G.plot(layout='planar')

That should respect the embedding you have set. If the embedding is "not planar" an exception is raised.

planar drawing

The full list of plotting options should be listed here.

click to hide/show revision 2
No.2 Revision

I think you may be able to use the layout flag for plot.

G.plot(layout='planar')

That should respect the embedding you have set. If the embedding is "not planar" an exception is raised.

planar drawingplanar drawing

The full list of plotting options should be listed here.