Re: [Numpy-discussion] Proposed fix for MKL and dynamic loading

2010-01-24 Thread David Cournapeau
Matthieu Brucher wrote: > > How do you write the site.cfg accordingly? I don't think you can do that through site.cfg, David ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] 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 Seve