Can you set numerix in a script?

well, duh. sorry for being such and idiot, but I'm

    > surprised that you can set numerix after importing
    > pylab.

You can't -- you need to change the numerix setting first (or use the
command line arg or the rc file)

import matplotlib
matplotlib.rcParams['numerix'] = 'numpy'
import pylab