[matplotlib-devel] bug 1798196: Axes3D bug

2007-09-28 Thread Leon Barrett
I found a bug in the Axes3D code for making 3D plots. I created a simple patch to fix it. I then submitted a bug to the tracker more than a week ago. However, it seems to have gone unnoticed, so I am sending this information to the mailing list, which seems to be more active than the bug tracke

Re: [matplotlib-devel] dviread: usetex for the PDF backend

2007-09-28 Thread Jouni K . Seppänen
Darren Dale <[EMAIL PROTECTED]> writes: > I tried the following, with the latest svn checkout and usetex=True: > plot([1,2]) > savefig('test.pdf') > and I get an error, the tail end is: [...] > --> 503 fh = open(fontinfo.afmfile, 'rb') > IOError: [Errno 2] No such file or directory: '' Co

Re: [matplotlib-devel] dviread: usetex for the PDF backend

2007-09-28 Thread Darren Dale
Hi Jouni, On Thursday 13 September 2007 02:38:25 am Jouni K. Seppänen wrote: > The usetex support in pdf is now a little better, so I am enabling it > now. At least it is more entertaining than NotImplementedError... > > I have fixed some of the biggest problems (the broken font embedding > causin