Well, if you can send me something to start from, that'd be awesome. I
have put my initial code here:
http://github.com/certik/jsplot
it uses django + raphael. Now I need to write a simple MPL like api,
and also implement zoom somehow.
I think I'll make it work for my purposes soon hopefully.
Ondrej
···
On Wed, Jun 16, 2010 at 5:13 PM, william ratcliff <william.ratcliff@...149...> wrote:
Do you want the whole code base?
These guys already implemented zoom in the flotr library:
http://phenxdesign.net/projects/flotr/examples/prototype/mouse-zoom-preview.html
So maybe I'll just use that. In FF3 it's terribly slow though...
Ondrej
···
On Wed, Jun 16, 2010 at 6:01 PM, Ondrej Certik <ondrej@...583...> wrote:
On Wed, Jun 16, 2010 at 5:13 PM, william ratcliff > <william.ratcliff@...149...> wrote:
Do you want the whole code base?
Well, if you can send me something to start from, that'd be awesome. I
have put my initial code here:
http://github.com/certik/jsplot
it uses django + raphael. Now I need to write a simple MPL like api,
and also implement zoom somehow.
I think I'll make it work for my purposes soon hopefully.
www.reflectometry.org/flot/examples has some examples with zooming for flot. These seem ok for speed using firefox…How many data points?
William
···
On Wed, Jun 16, 2010 at 9:07 PM, Ondrej Certik <ondrej@…860…> wrote:
On Wed, Jun 16, 2010 at 6:01 PM, Ondrej Certik <ondrej@…583…> wrote:
On Wed, Jun 16, 2010 at 5:13 PM, william ratcliff > > > <william.ratcliff@…552…149…> wrote:
Do you want the whole code base?
Well, if you can send me something to start from, that’d be awesome. I
have put my initial code here:
http://github.com/certik/jsplot
it uses django + raphael. Now I need to write a simple MPL like api,
and also implement zoom somehow.
I think I’ll make it work for my purposes soon hopefully.
These guys already implemented zoom in the flotr library:
http://phenxdesign.net/projects/flotr/examples/prototype/mouse-zoom-preview.html
So maybe I’ll just use that. In FF3 it’s terribly slow though…
Ondrej