Gökhan Sever wrote:
> Hello,
>
> I have thought of this might interesting to share. Register at
> www.sagenb.org or try on your local Sage-notebook and using the following
> code:
>
>
A related example that lets you get the actual matplotlib figure from a
Sage graphic and play with it is here:
Hello,
I have thought of this might interesting to share. Register at
www.sagenb.org or try on your local Sage-notebook and using the following
code:
# Simple example demonstrating how to interact with matplotlib directly.
# Comment plt.clf() to get the plots overlay in each update.
# Gokhan Seve