Re: [Matplotlib-users] invalidrestore - PDF

2007-03-02 Thread Jouni K . Seppänen
[EMAIL PROTECTED] writes: a) 2.3 doesn't have the sorted function - it uses a .sort() function. So, I had to change line 487 from: I think this was taken care of by Nicolas Grilly's recent patch. b) No update() function (line 396) for (name, value) in self.markers.items():

Re: [Matplotlib-users] invalidrestore - PDF

2007-02-26 Thread kc106_2005-matplotlib
Switching to PDF works (eventually - see below) but bring with it yet another set of problems. First of all, I had to fix backend_pdf.py for MPL to work (w Python 2.3, anyway). Two problems: a) 2.3 doesn't have the sorted function - it uses a .sort() function. So, I had to change line 487