Re: [sage-support] Re: How to close a plot.

2015-01-22 Thread William Stein
On Thu, Jan 22, 2015 at 12:28 PM, Dominique Laurain wrote: > Maybe my answer is off-topic... > > If you want an "animation" which is basically a display of different plots, > why not doing like in W.Stein youtube video : > > https://www.youtube.com/watch?v=lhirRHCW1q0 > > Just stop near 0:30 and y

[sage-support] Re: How to close a plot.

2015-01-22 Thread Dominique Laurain
Maybe my answer is off-topic... If you want an "animation" which is basically a display of different plots, why not doing like in W.Stein youtube video : https://www.youtube.com/watch?v=lhirRHCW1q0 Just stop near 0:30 and you can read code : a function computing a plot and saving it to a png

[sage-support] Re: How to close a plot.

2015-01-22 Thread kcrisman
> Hi group, > > A simple question (if the answer is just rtfm, just say so). I am > opening a plotting window (In a script that I am attaching to a notebook > with say – > > show(plot(sin(x))) > > is within a loop. I wish to replace the plot each time the loop is > transversed. So need