Hello, When I use graph_editor and save the graph it renumber the graph 
nodes staring at node 0. I do not like this. Is there an option, or short 
of renumbering each node can you increase each node number by n?  thanks YL

g = Graph({3:[4],4:[5]});g
graph_editor()
show(g)

I want 3-4-5
not
0-1-2

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to