Re: [Matplotlib-users] Question about old matplotlib.transforms API

2010-06-24 Thread Eric Firing
On 06/24/2010 11:57 AM, Florian Berger wrote: > Hi, > > Eric Firing: >> >> It was *such* a major change that Value and its ilk were completely >> replaced, not moved aside. > > Thanks, I feared as much. :) > > >> look at what you were trying to do with the code, not at how you >> implemented it via

Re: [Matplotlib-users] Question about old matplotlib.transforms API

2010-06-24 Thread Florian Berger
Hi, Eric Firing : > > It was *such* a major change that Value and its ilk were completely > replaced, not moved aside. Thanks, I feared as much. :) > look at what you were trying to do with the code, not at how you > implemented it via Value. Well the thing is that *I* did not try anything,

Re: [Matplotlib-users] Question about old matplotlib.transforms API

2010-06-24 Thread Eric Firing
On 06/24/2010 11:07 AM, Florian Berger wrote: > Hi, > > Ryan May: >> >> Michael Droettboom wrote: >>> There is a guide about porting from the old transforms to the new >>> transforms here: >>> >>> http://matplotlib.sourceforge.net/api/api_changes.html#notes-about-the-transforms-refactoring >> >> I

Re: [Matplotlib-users] Question about old matplotlib.transforms API

2010-06-24 Thread Florian Berger
Hi, Ryan May : > > Michael Droettboom wrote: > > There is a guide about porting from the old transforms to the new > > transforms here: > > > > http://matplotlib.sourceforge.net/api/api_changes.html#notes-about-the-transforms-refactoring > > It's possible I'm missing something, but I don't see >

Re: [Matplotlib-users] Question about old matplotlib.transforms API

2010-06-24 Thread Ryan May
On Thu, Jun 24, 2010 at 1:11 PM, Michael Droettboom wrote: > There is a guide about porting from the old transforms to the new > transforms here: > > http://matplotlib.sourceforge.net/api/api_changes.html#notes-about-the-transforms-refactoring It's possible I'm missing something, but I don't see

Re: [Matplotlib-users] Question about old matplotlib.transforms API

2010-06-24 Thread Michael Droettboom
There is a guide about porting from the old transforms to the new transforms here: http://matplotlib.sourceforge.net/api/api_changes.html#notes-about-the-transforms-refactoring Mike On 06/24/2010 01:53 PM, Florian Berger wrote: > Hi, > > I've stumbled across an old application from 2007 which u

[Matplotlib-users] Question about old matplotlib.transforms API

2010-06-24 Thread Florian Berger
Hi, I've stumbled across an old application from 2007 which uses the old matplotlib.transforms API, namely matplotlib.transforms.Value() which obviously disappeared in a great transforms overhaul. I tried to figure out what has become of these classes and functions browsing the changelog and SVN,