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