All faces of a planar graph
Is there any method to get all faces of a planar graph?
Asked: 2023-06-02 04:07:45 +0100
Seen: 677 times
Last updated: Jun 02 '23
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Check method
facesHow can I get the embedding? so how does the faces() work?
Run
G.is_planar(set_embedding=True)followed byG.get_embedding().