Thank you Tom. Best Andrew
On Dec 16, 4:16 pm, Tom Boothby <[email protected]> wrote: > Execute the following until you're happy with the result: > > G.set_pos(None) > G.plot(save_pos=True).show() > > > > > > > > On Fri, Dec 16, 2011 at 3:13 PM,akm<[email protected]> wrote: > > Is there a way to determine the position dictionary of a plotted graph > > that Sage laid out itself? I'm making animations of activity in a > > graph format and would like to use the same positioning for all frames > > of the animation. > > > I like the way the spring algorithm tends to plot graphs better than a > > random set of coordinates in a position dictionary looks, so I'd like > > to grab the positioning created by the first plot and re-use it for > > subsequent plots. > > > Any ideas? > > > Thanks, > > Andrew > > > -- > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/sage-support > > URL:http://www.sagemath.org -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
