On 10/11/07, Ryan Krauss <[EMAIL PROTECTED]> wrote:

> Can this be changed?  Is there a better approach I should take in
> getting my students started using scipy and pylab together?

Yes, this was left in initially for backward compatibility but I think
we should strive for maximal numpy compatibility going forward.  In
svn, we now have pyplot ehich is like pylab but minus the numpy stuff.
 Thus if you are using svn (or future releases) you can encourage your
students to

from scipy import *
from matplotlib.pyplot import *

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to