Hello All: I have a qucik question. I like to use SciPy for many of the extra functions it provides on top of NumPy. I also like to use matplotlib to visualize my data.
Currently, I use the following in the majority of my Python codes: from pylab import * import scipy I know that in the matplotlibrc file we can set either NUMERIC, NUMARRAY, or NUMPY. Is it possible to set the value to SCIPY (which loads NumPy) so I only have to load the one module? Or does this cause clashes with other functions? Ideally I'd like to just make the one call: from pylab import * Which would load SciPy (& NumPy) automatically Cheers, t. -- Tyler Joseph Hayes GPG Key ID# 0x3AE05130 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users