Christopher Barker wrote: > John Hunter wrote: [...] > I do wish that: > >>>> import matplotlib as mpl >>>> import mpl.artist > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named mpl.artist > > worked.
The way I have it working now (on my machine, not in svn), when you import matplotlib as mpl You don't need to then import mpl.artist; it is already imported, ready for use. Eric > > -Chris > > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel