Re: [matplotlib-devel] HTML5 Matplotlib Backend

2011-06-13 Thread Simon Ratcliffe
itmap and SVG axes and surrounds :) Cheers, Simon Ratcliffe / Ludwig Schwardt SKA South Africa www.ska.ac.za > My (humble) assessment is that HTML 5 Canvas doesn't make much sense for > any of the use cases I could dream up, and that in fact SVG is a more > appropriate choice for i

Re: [matplotlib-devel] Test example from HTML 5 Canvas Backend

2011-01-18 Thread Simon Ratcliffe
anted to get this working. In short, as long as test.html produces three columns of plots (HTML5, PNG and SVG), things are working fine. I apologise for the slipshod release that left this code in :) Cheers, Simon Ratcliffe On Fri, Jan 14, 2011 at 11:02 AM, Akad Demo wrote: > Hello, > &

Re: [matplotlib-devel] HTML5 Matplotlib Backend

2010-07-08 Thread Simon Ratcliffe
Hey Mike, > Instead, it would make more sense to make use of the clipping > algorithm already in matplotlib (and implemented in fast C++) that will > actually splice the line segments at the boundary.  I've attached a patch > for this. Good call. Our main clipping issue that still needs to be res

Re: [matplotlib-devel] HTML5 Matplotlib Backend

2010-07-07 Thread Simon Ratcliffe
ail with matplotlib 1.0.0.  Would you > consider applying the attached patch? > > Mike > > On 06/21/2010 09:19 AM, Simon Ratcliffe wrote: >> >> Hello, >> >> Our HTML5 based matplotlib backend is now available at: >> >> http://code.google.com/

Re: [matplotlib-devel] HTML5 Matplotlib Backend

2010-06-21 Thread Simon Ratcliffe
Hello, Our HTML5 based matplotlib backend is now available at: http://code.google.com/p/mplh5canvas/ There are some basic installation instructions and included examples to get going. Keep in mind that the weakest link at this stage is browser support. We recommend Chrome for the most hassle fr

Re: [matplotlib-devel] web gui

2010-06-18 Thread Simon Ratcliffe
. Cheers, Simon Ratcliffe On Fri, Jun 18, 2010 at 11:10 AM, william ratcliff wrote: > I would be interested in seeing the screencast.  For the websocket, are you > using "Comet" (which is what we use for our live data through the used of > orbited and STOMP, so I could s