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

2009-09-07 Thread Ewald Zietsman
appreciated. Regards, Ewald Zietsman #test.py import matplotlib.pyplot as pl import numpy as np pl.rc('text', usetex=True) pl.rc('font', family='serif') N = 206 x1 = np.linspace(-10,10,N) e1 = np.random.randn(N) pl.errorbar(x1, x1, yerr=e1, fmt='k.') pl.savefig

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

2009-09-02 Thread Ewald Zietsman
('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('text', usetex=True) pl.rc('font

[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

[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