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 (otherwise I would end up with 
thousands of plots).  I understand that the default plotting system in sage 
is matplotlib, which closes a plot with the function “close()”.  However, I 
have tried many variations of close, plot and show, but nothing seems to 
close the plot.  I get a variety of error messages, that basically boils 
down to, close() is not a valid option.  Apologies as I am sure the 
solution must be very simple.

Thanks

 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to