Re: [Matplotlib-users] Segmentation fault with EPS output on matplotlib >=0.98.5.2

2009-09-07 Thread Ewald Zietsman
-11-21) > > If the xpdf option woks, I think it is more likely that this is a bug in > gs. > > Regards, > > -JJ > > > On Wed, Sep 2, 2009 at 9:22 AM, Ewald Zietsman > wrote: > > Hi All, > > > > I'm trying to make a simple errorbar plot which

[Matplotlib-users] Segmentation fault with EPS output on matplotlib >=0.98.5.2

2009-09-02 Thread Ewald Zietsman
the "pl.rc('text', usetex=True)" line out nor does it happen if I comment the pl.savefig line out. This happens in matplotlib 0.99 and 0.98.5.2. Any help will be greatly appreciated. Regards, Ewald Zietsman #test.py import matplotlib.pyplot as pl import numpy as np pl.rc(&#

[Matplotlib-users] Coordinates of contour lines

2009-04-09 Thread Ewald Zietsman
Hi All, I need to use the coordinates of a contour line for further calculations. Is there a simple way to get the x,y coordinates from a contour object or otherwise? i.e. I have (x,y,z) coordinates and have created a contour map from these. I need the (x,y) coordinates of the contour line with v

[Matplotlib-users] Using matplotlib in Qt4/Qt4 Designer

2008-08-05 Thread Ewald Zietsman
get in qt4 designer? Any help will be greatly appreciated, Ewald Zietsman - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win

[Matplotlib-users] plotting problem

2007-02-14 Thread Ewald Zietsman
Hi All, I have a slight problem using matplotlib 0.87.7. I'm using Ubuntu 6.10 and installed mpl from source. I'm running numpy 1.01, also installed from source. If I run the script below, the first plot shows fine. When I close it the second plot should display but it doesn't. I can only get t