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

2011-03-13 Thread Jouni K . Seppänen
Pål Gunnar Ellingsen writes: > This is very strange I agree. I checked the pdftex.map file and it has > changed due to me upgrading texlive 2011 during a normal fedora update some > days ago. I've checked the log for the update, and the update contained a > new updmap.cfg (which is the script for

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

2011-03-13 Thread Pål Gunnar Ellingsen
Hi This is very strange I agree. I checked the pdftex.map file and it has changed due to me upgrading texlive 2011 during a normal fedora update some days ago. I've checked the log for the update, and the update contained a new updmap.cfg (which is the script for generating pdftex.map), which expl

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

2011-03-12 Thread Jouni K . Seppänen
Jouni K. Seppänen 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 (which onl

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

2011-03-12 Thread Jouni K . Seppänen
Pål Gunnar Ellingsen 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 That's no

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 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 g...@github

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 Jouni K . Seppänen
Jouni K. Seppänen writes: > Pål Gunnar Ellingsen 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 error - it is showin

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

2011-03-08 Thread Jouni K . Seppänen
Pål Gunnar Ellingsen 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 error - it is showing a warning message generated by the

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

2011-03-08 Thread Benjamin Root
On Tue, Mar 8, 2011 at 12:05 PM, Pål Gunnar Ellingsen wrote: > Hi > > I'm trying to make a plot as a pdf file (or any vector format) with LaTeX > fonts. I can make it output the file using show, but not with savefig (unless > it is raster graphics). > > > My setup is Fedora 13 64 bit with the la

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

2011-03-08 Thread Pål Gunnar Ellingsen
Hi I'm trying to make a plot as a pdf file (or any vector format) with LaTeX fonts. I can make it output the file using show, but not with savefig (unless it is raster graphics). My setup is Fedora 13 64 bit with the latest TexLive: texlive-2011-0.1.20110227.fc13.x86_64 and matplotlib from svn, re