All faces of a planar graph
Is there any method to get all faces of a planar graph?
Is there any method to get all faces of a planar graph?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2023-06-02 04:07:45 +0100
Seen: 308 times
Last updated: Jun 02 '23
Check method
faces
How can I get the embedding? so how does the faces() work?
Run
G.is_planar(set_embedding=True)
followed byG.get_embedding()
.