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.get_xlim() return a numpy array with the current xlimits, which
> is a reference to the axis limits and therefore changes of this array are
> coupled to changes of the xlimits.
> - ax.set_xlim() still shows the old behaviour of ax.get_xlim()

Yep, this came up the other day.  Fixed in svn.  get_xlim, get_ylim
now return a tuple

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to