Re: [matplotlib-devel] HTML5 Matplotlib Backend

2011-06-06 Thread Brian Refsdal
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

Re: [matplotlib-devel] Bug in scatter() in current git head?

2011-06-06 Thread Fernando Perez
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 yo

Re: [matplotlib-devel] Bug in scatter() in current git head?

2011-06-06 Thread Eric Firing
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 t

Re: [matplotlib-devel] Bug in scatter() in current git head?

2011-06-06 Thread Eric Firing
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 t