Re: [Matplotlib-users] Interact with matplotlib in Sage

2010-01-25 Thread Jason Grout
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:

[Matplotlib-users] Interact with matplotlib in Sage

2010-01-24 Thread Gökhan Sever
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