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