First time here? Check out the FAQ!
answered 2018-07-22 18:58:09 +0100
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.