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

Teaching them what is a module and a namespace is a good think, why don't
telling them to do :

import pylab as pl
import numpy as npy

for instance so that they have a feeling it's almost like MAtlab, but better
structured ?

Matthieu
-------------------------------------------------------------------------
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