Re: [Matplotlib-users] Problem generating pdf file with LaTeX fonts

2011-03-12 Thread Jouni K . Seppänen
Jouni K. Seppänen j...@iki.fi writes: Pål Gunnar Ellingsen paa...@gmail.com writes: I know there was a post on the mail liste a couple of days ago ( Bug in `dviread.py'), but I'm not sure if this is the same error, which it shouldn't be as I'm using the latest svn revision. Not the same

Re: [Matplotlib-users] Issue with imshow and usetex

2011-03-12 Thread Jae-Joon Lee
Note that, even with usetex=False, you have a large ps file when distiller is used . When usetex=True, the distiller is always used (if distiller=None, ghostscript is used). Therefore, my guess is that the large file size is results of distilling using the ghostscript. I wonder if this is an

Re: [Matplotlib-users] Issue with imshow and usetex

2011-03-12 Thread Thomas Robitaille
Hi Jae-Joon, Ok, that makes sense - I tried upgrading to 9.0.1 and it looks like there is still an issue: 6204test_1.eps 34104 test_2.eps Cheers, Tom On Mar 12, 2011, at 11:38 AM, Jae-Joon Lee wrote: Note that, even with usetex=False, you have a large ps file when distiller is used

Re: [Matplotlib-users] Problem generating pdf file with LaTeX fonts

2011-03-12 Thread Pål Gunnar Ellingsen
Hi I only have a svn version of the repo, but I would like to move to git, but I get an error when running the code from http://matplotlib.sourceforge.net/devel/coding_guide.html#using-git git clone --origin svn g...@github.com:astraw/matplotlib.git Cloning into matplotlib... Permission denied

Re: [Matplotlib-users] Problem generating pdf file with LaTeX fonts

2011-03-12 Thread Benjamin Root
On Saturday, March 12, 2011, Pål Gunnar Ellingsen paa...@gmail.com wrote: Hi I only have a svn version of the repo, but I would like to move to git, but I get an error when running the code from  http://matplotlib.sourceforge.net/devel/coding_guide.html#using-git git clone --origin svn

Re: [Matplotlib-users] Problem generating pdf file with LaTeX fonts

2011-03-12 Thread Jouni K . Seppänen
Pål Gunnar Ellingsen paa...@gmail.com writes: I only have a svn version of the repo, but I would like to move to git, but I get an error when running the code from http://matplotlib.sourceforge.net/devel/coding_guide.html#using-git git clone --origin svn g...@github.com:astraw/matplotlib.git

Re: [Matplotlib-users] Problem generating pdf file with LaTeX fonts

2011-03-12 Thread Jouni K . Seppänen
Jouni K. Seppänen j...@iki.fi writes: Set verbose to debug-annoying and catch the output in a file; there will be lots of it, so please email it to me off-list. Got it, thanks. Unfortunately I have no idea what's going on. The debug information indicates that the PsfontsMap._register function

[Matplotlib-users] clabel like labels for normal line plots

2011-03-12 Thread Sebastian Berg
Hey, I have a family of curves to plot. They all look somewhat similar and hardly cross, but a parameter is changed, so adding labels to them in a contour plot fashion would be cool. I will just do this by hand now likely, but as clabels works nice I was wondering if this can be used or abused