Graph_1.is_planar(set_embedding=True)
Graph_1.get_embedding()

returns

True{'A': ['E', 'I', 'D'], 'C': ['G', 'E'], 'B': ['D', 'F'], 'E': ['C', 'G', 
'I', 'A'], 
'D': ['A', 'I', 'F', 'B'], 'G': ['F', 'I', 'E', 'C'], 'F': ['B', 'D', 'I', 
'G'], 'I': ['A', 'E', 'G', 'F', 'D']}


Triangle : BDF is given "anti-clockwise" in the embedding and planar plot

http://doc.sagemath.org/html/en/reference/graphs/sage/graphs/generic_graph.html#sage.graphs.generic_graph.GenericGraph.is_planar
 
:

set_embedding - whether or not to set the instance field variable

that contains a combinatorial embedding (*clockwise ordering *of neighbors 
> at each vertex)



-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to