[matplotlib-devel] mpld3: a D3 viewer for matplotlib

2013-12-21 Thread Jacob Vanderplas
Hello, Some folks suggested I send this here. I recently started a project which can render a subset of matplotlib outputs via D3/JS/HTML for interactive browser viewing. It's still very incomplete, but I think this has a lot of potential for quick browser-based visualizations of small to medium

Re: [matplotlib-devel] Meeting...?

2014-01-14 Thread Jacob Vanderplas
I'll probably not be able to swing 6am on the west coast, but other folks are more important for this call, I think :) Jake On Tue, Jan 14, 2014 at 8:51 AM, Benjamin Root wrote: > That would actually work a little bit better for me... I just have to > remember to get into work a little bit e

Re: [matplotlib-devel] Meeting...?

2014-01-14 Thread Jacob Vanderplas
hat for another date. Trying to get Japan, three NA timezones > and the UK all together is challenging ;) > > In any event, with Thomas, Ben, Michiel and myself confirmed, I think > that's enough to go ahead, and hopefully others who have yet to respond can > join as well. >

Re: [matplotlib-devel] Meeting...?

2014-01-14 Thread Jacob Vanderplas
fficulties you mention. I think a two-stage draw() would be a _very_ helpful restructure. Currently, I'm forced to achieve this result by writing a png to a throwaway byte-stream... Jake > > Mike > > > On 01/14/2014 01:30 PM, Jacob Vanderplas wrote: > > Tha

Re: [matplotlib-devel] animation of a fill_between region

2014-02-02 Thread Jacob Vanderplas
Hi Mauricio, Patch objects are a bit more difficult to work with than line objects, because unlike line objects are a step removed from the input data supplied by the user. There is an example similar to what you want to do here: http://matplotlib.org/examples/animation/histogram.html Basically,

[matplotlib-devel] Question about legend rendering

2014-03-25 Thread Jacob Vanderplas
Hi, Working on mpld3, I've hit something I don't quite know how to handle. I'm trying to render legend components in d3, and the strange thing is that markers within the legend have empty paths. Consider the script below: #-- import matplotlib.p