Christopher Barker wrote: > To script that test, I need to be able to set numerix in a script, > rather than in matplotlibrc. Can that be done?
Yep, just do from pylab import * rcParams['numerix'] = 'numpy' > While we're at it, it would be great if ANY of the config items in > matplotlibrc could, instead, be set at run time in a script. I now a > number of them can, but is there a standard way to do, and will it work > with ALL the items in there? rcParams is the standard way and I think works for all items. > Another note: it seems that numerix is very good at taking input from > any of the Num* packages, regardless of which one is being used > internally. Given that, I'm thinking of aiming for the future with my > OS-X package, and just using numpy, and not bothering to build in > support for the other two. any thoughts. > > -Chris If I was developing something now, I would only bother supporting numpy. Gary R. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users