Re: [Matplotlib-users] PDF Backend problem still unresolved

2007-03-18 Thread kc106_2005-matplotlib
K Seppänen > Sent: Saturday, March 17, 2007 1:06 PM > To: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] PDF Backend problem still unresolved > > > <[EMAIL PROTECTED]> writes: > > > > Starting with the 9th page, MPL chokes at line 1084

Re: [Matplotlib-users] PDF Backend problem still unresolved

2007-03-17 Thread Jouni K Seppänen
<[EMAIL PROTECTED]> writes: > > Starting with the 9th page, MPL chokes at line 1084 in > > backend_pdf.py > Jouni posted a couple of responses witih suggestions in CVS syntax > but I was unable to use that information. I had to take my laptop to be to be repaired, so I can't do much work on Matp

[Matplotlib-users] PDF Backend problem still unresolved

2007-03-17 Thread kc106_2005-matplotlib
Just in case my message got buried, I like to repost my message: > Now, I am running into another problem. Everything works fine up to 8 > page plots. Starting with the 9th page, MPL chokes at line 1084 in > backend_pdf.py and couldn't find the cooresponding ttf file > (VeraSe.ttf) but it had no

Re: [Matplotlib-users] PDF backend problem

2007-03-14 Thread kc106_2005-matplotlib
, 2007 11:20 PM > To: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] PDF backend problem > > > I fixed another filehandle leak in the pdf backend, so here's > a more complete patch. There are also several cases of > file(...) being passed to pi

Re: [Matplotlib-users] PDF backend problem

2007-03-13 Thread kc106_2005-matplotlib
7 11:20 PM > To: matplotlib-users@lists.sourceforge.net > Subject: Re: [Matplotlib-users] PDF backend problem > > > I fixed another filehandle leak in the pdf backend, so here's > a more complete patch. There are also several cases of > file(...) being passed to pickle.dum

Re: [Matplotlib-users] PDF backend problem

2007-03-12 Thread Jouni K . Seppänen
I fixed another filehandle leak in the pdf backend, so here's a more complete patch. There are also several cases of file(...) being passed to pickle.dump or pickle.load in font_manager.py. I was going to take care of these by writing some utility functions, but I started wondering why the import o

Re: [Matplotlib-users] PDF backend problem

2007-03-12 Thread Jouni K . Seppänen
[EMAIL PROTECTED] writes: > Now, I am running into another problem. Everything works fine up to > 8 page plots. Starting with the 9th page, MPL chokes at line 1084 in > backend_pdf.py and couldn't find the cooresponding ttf file > (VeraSe.ttf) but it had no problem reading that file for the first

[Matplotlib-users] PDF backend problem

2007-03-12 Thread kc106_2005-matplotlib
Hi list, First of all, thanks to Bill Dandreta and Jouni Seppanen for helping with my combining single page pdf into multipage pdf question. I tried both method and went with pdftex because it's very simple (and fits my need). Now, I am running into another problem. Everything works fine up