Re: [matplotlib-devel] Bug in scatter() in current git head?
On 06/05/2011 06:00 PM, Fernando Perez wrote: > 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 > > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel -- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] Bug in scatter() in current git head?
On 06/05/2011 06:00 PM, Fernando Perez wrote: > 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 > > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel -- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] Bug in scatter() in current git head?
On Mon, Jun 6, 2011 at 1:29 AM, Eric Firing wrote: > Now I see where the problem came from: 86774fc290, back in February. > > Fixed in de39c798e0. Thanks much, Eric! Best, 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 [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] HTML5 Matplotlib Backend
Hello, I've been following the updates to mplh5canvas for some time now, since its debut at SciPy 2010. I am interested in working to extend mplh5canvas into a cloud-based web service as a thesis project. I have not found anybody whose is currently working on this path. Are there any active projects working on this? Specifically, I am referring to Michael Droettboom's comments of a possible web application and Simon Ratcliffe's comments about using Flex. If anyone is interested I would be happy to talk in person at SciPy next month. Cheers, Brian -- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
