| 1 | initial version |
You can save the positions of the vertices as follows:
sage: G.show(layout='tree',tree_root=0, save_pos=True)
Then, when you add edges, the "optimal" position of the vertices is not recomputed.
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.