Florian Koelling wrote:
> Actually I'm not using any matplotlib code -- just the import statement
> -- and it's enough that all goes to hell.

> With "import matplotlib" I do not have  those  problems

It sounds like you have a problem with whatever back-end is the default. 
Try changing that in your .matplotlibrc file, or try:

import matplotlib
matplotlib.use('Agg') # or 'wxagg', or 'whatever'

import pylab

that should do it.

What back end - are you/do you want to - use?

despite all the pylab examples, the OO inteface has a lot of advantages...

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to