Bug in scatter() in current git head?

Hi all,

I think there's a problem with scatter() that didn't use to be there,
as in current HEAD it seems to not be computing xlim/ylim correctly:

scatter(range(100),rand(100))

sets a plot with a (0,1) window on x/y, which is obviously the wrong
range. Is anyone else seeing this?

Thanks,

f

Hi all,

I think there's a problem with scatter() that didn't use to be there,
as in current HEAD it seems to not be computing xlim/ylim correctly:

scatter(range(100),rand(100))

sets a plot with a (0,1) window on x/y, which is obviously the wrong
range. Is anyone else seeing this?

Yes, I see it. It is not in the reconstituted maintenance branch.

Eric

···

On 06/05/2011 06:00 PM, Fernando Perez wrote:

Thanks,

f

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today.
http://p.sf.net/sfu/quest-dev2dev2
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

Hi all,

I think there's a problem with scatter() that didn't use to be there,
as in current HEAD it seems to not be computing xlim/ylim correctly:

scatter(range(100),rand(100))

sets a plot with a (0,1) window on x/y, which is obviously the wrong
range. Is anyone else seeing this?

Now I see where the problem came from: 86774fc290, back in February.

Fixed in de39c798e0.

Eric

···

On 06/05/2011 06:00 PM, Fernando Perez wrote:

Thanks,

f

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today.
http://p.sf.net/sfu/quest-dev2dev2
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
matplotlib-devel List Signup and Options

Thanks much, Eric!

Best,

f

···

On Mon, Jun 6, 2011 at 1:29 AM, Eric Firing <efiring@...229...> wrote:

Now I see where the problem came from: 86774fc290, back in February.

Fixed in de39c798e0.