Hi,
I wrote (on -users, but have moved the discussion here to -devel):
> > I was wondering, though, whether there'd be any support for some work
> > which tidied up the near-duplicate code in axes.py.
John Hunter replied:
> Certainly, but probably not using meta-classes.
> [...]
> I'm disinclined
--- Begin Message ---
Python 2.5 changed encodings.cp1252.decoding_map to a decoding_table.
There is a fix for this in matplotlib SVN. See this bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=1738494&group_id=80706&atid=560720
You should be able to use the patch to fix your lo
Hi,
I don't have time to root around for the cause right now, but the PDF
backend isn't working. See the attachment for tracebacks generated with
"python backend_driver.py pdf" This is with recent svn (3565).
-Andrew
$ python backend_driver.py pdf
testing pdf
driving alignment_test.p
Hi Andrew,
On Wednesday 18 July 2007 4:00:05 pm Andrew Straw wrote:
> I don't have time to root around for the cause right now, but the PDF
> backend isn't working. See the attachment for tracebacks generated with
> "python backend_driver.py pdf" This is with recent svn (3565).
It looks like your
Darren Dale wrote:
> Hi Andrew,
>
> On Wednesday 18 July 2007 4:00:05 pm Andrew Straw wrote:
>> I don't have time to root around for the cause right now, but the PDF
>> backend isn't working. See the attachment for tracebacks generated with
>> "python backend_driver.py pdf" This is with recent svn