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

2015-02-05 Thread xeno 20150131
Hi group, Just in case anyone else posts, against this issue, I need to clarify that my OP was about plotting not saving without plotting. The issue was to produce a plot each time a loop is transversed, without leaving behind plots from previous iterations of the loop (in practice this could

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

2015-01-29 Thread Michael Orlitzky
On 01/28/2015 10:27 AM, Volker Braun wrote: > On Wednesday, January 28, 2015 at 4:18:50 PM UTC+1, kcrisman wrote: >> Does anyone think this might be useful to add to the FAQ or documentation > (if so, where?)? > > IMHO we should not make any guarantees about the behavior of showing plots > besi

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

2015-01-28 Thread kcrisman
> > > > Does anyone think this might be useful to add to the FAQ or > documentation (if so, where?)? > > IMHO we should not make any guarantees about the behavior of showing plots > besides that a plot is shown. Anything else, like whether or not a > temporary file is created, depends on the U

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

2015-01-28 Thread Volker Braun
On Wednesday, January 28, 2015 at 4:18:50 PM UTC+1, kcrisman wrote: > Does anyone think this might be useful to add to the FAQ or documentation (if so, where?)? IMHO we should not make any guarantees about the behavior of showing plots besides that a plot is shown. Anything else, like whether o

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

2015-01-28 Thread kcrisman
> > > Thanks for all the advice, it has proved very useful (especially Michael > Orlitzky's suggestion regarding .pdf files). In case the solution is of > use to others, see below - > > > As an example I use a file containing code such as - > > > import time > > for i in range(1, 11): > > p=

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

2015-01-27 Thread xeno 20150131
Hi Group, Thanks for all the advice, it has proved very useful (especially Michael Orlitzky's suggestion regarding .pdf files). In case the solution is of use to others, see below - As an example I use a file containing code such as - import time for i in range(1, 11): p=plot(sin(i

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

2015-01-24 Thread xeno 20150131
Group, Thanks for all the replies, I will try them and report back here, I they work. Thanks again, Ron On Thursday, 22 January 2015 20:48:39 UTC, Michael Orlitzky wrote: > > On 01/22/2015 07:14 AM, xeno 20150131 wrote: > > > > > > Hi group, > > > > A simple question (if the answer

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

2015-01-22 Thread Michael Orlitzky
On 01/22/2015 07:14 AM, xeno 20150131 wrote: > > > 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))) Something like this works, but I broke my sage

[sage-support] How to close a plot.

2015-01-22 Thread xeno 20150131
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 to close the plot