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