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
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
>
>
> > 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
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
>
>
> 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=
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
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
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
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