[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

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

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 md...@stsci.edu 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

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

2010-06-24 Thread Florian Berger
Hi, Ryan May rma...@gmail.com: Michael Droettboom md...@stsci.edu 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

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 Mayrma...@gmail.com: Michael Droettboommd...@stsci.edu wrote: There is a guide about porting from the old transforms to the new transforms here:

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

2010-06-24 Thread Florian Berger
Hi, Eric Firing efir...@hawaii.edu: 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