1 | initial version |
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.
The full list of plotting options should be listed here.
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.
The full list of plotting options should be listed here.