Florian Koelling wrote:
> Hello again!
>
> I think it's not a namespace problem.
> I tried:
>
> from pylab import plot as pplot
> import pylab as p
>
> As result I received busted SD Files. I ' ve this problem nearly for
> three months - so I switched to Gnuplot - now recognizing that it is
> doesn't  have
> enough performance to make a large amount of plots.
>
> (I tried local imports in a function as well -- same result)
>
> 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 - most plotting
> examples are dealing with pylab -- what can I use instead?
>
> Maybe one of you Harry Plotters  has  an idea!
>   
As I said before, look in the examples/api directory (available here 
http://matplotlib.sourceforge.net/matplotlib_examples_0.98.3.zip) for 
examples of using the non-pyplot API.

Cheers,
Mike

-- 
Michael Droettboom
Science Software Branch
Operations and Engineering Division
Space Telescope Science Institute
Operated by AURA for NASA


-------------------------------------------------------------------------
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