Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Pieter Dumon
Could the bug I submitted some time ago be related to this ? (1502970 at http://sourceforge.net/tracker/?group_id=80706&atid=560720) For example, this fails for me (it does work without xpdf and doing ps2pdf afterwards): My poppler/xpdf installation should be allright import matplotlib matplotlib

Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Pieter Dumon
On 7/10/06, Darren Dale <[EMAIL PROTECTED]> wrote: Pieter Dumon wrote: > For example, this fails for me (it does work without xpdf and doing > ps2pdf afterwards): > import matplotlib > matplotlib.use('PS') > import pylab > > pylab.rc('text',

Re: [Matplotlib-users] Latex problems...

2006-07-10 Thread Pieter Dumon
Sorry, forgot the actual PS file, which contains the actual error. Here it is On 7/10/06, Pieter Dumon <[EMAIL PROTECTED]> wrote: On 7/10/06, Darren Dale <[EMAIL PROTECTED]> wrote: > Pieter Dumon wrote: > > For example, this fails for me (it does work without xpdf

[Matplotlib-users] (no subject)

2006-08-18 Thread Pieter Dumon
Hi, I'm trying to generate a contour plot with logarithmic axes. I'm generating data on a grid defined by logspaces: x_range = logspace(log10(xstart),log10(xend),num=25) y_range = logspace(log10(ystart),log10(yend),num=25) Then, to generate the plot I do the following: [X,Y]=pylab.meshgrid(log1