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

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