Re: [Matplotlib-users] different behaviour of get_xlim in mpl 0.91.4 and mpl-svn 0.98.3

2008-10-21 Thread John Hunter
On Tue, Oct 21, 2008 at 7:13 AM, Matthias Michler <[EMAIL PROTECTED]> wrote: > Hello list, > > rehashing an old script I recognized I essential difference between mpl 0.91.4 > and mpl-svn 0.98.3 $Revision: 6203 $. > > In 0.91.4 ax.get_xlim() return a tuple with the current xlimits. > In 0.98.3 ax.g

[Matplotlib-users] different behaviour of get_xlim in mpl 0.91.4 and mpl-svn 0.98.3

2008-10-21 Thread Matthias Michler
Hello list, rehashing an old script I recognized I essential difference between mpl 0.91.4 and mpl-svn 0.98.3 $Revision: 6203 $. In 0.91.4 ax.get_xlim() return a tuple with the current xlimits. In 0.98.3 ax.get_xlim() return a numpy array with the current xlimits, which is a reference to the ax