On Wed, Jun 16, 2010 at 6:33 PM, william ratcliff
wrote:
> I have a student here trying to make a webapp for data reduction. To add
> interactivity, we've been using the FLOT package, and may later consider
> protovis. We had thought about making a javascript backend for MPL, but to
> just get s
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 wrote:
> On Wed, Jun 16, 2010 at 6:01 PM, Ondrej Certik wrote:
> > On Wed, Jun 16, 2010 at 5:13 PM
On Wed, Jun 16, 2010 at 6:01 PM, Ondrej Certik wrote:
> On Wed, Jun 16, 2010 at 5:13 PM, william ratcliff
> 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
>
On Wed, Jun 16, 2010 at 5:13 PM, william ratcliff
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,
Hi William,
On Wed, Jun 16, 2010 at 4:33 PM, william ratcliff
wrote:
> I have a student here trying to make a webapp for data reduction. To add
> interactivity, we've been using the FLOT package, and may later consider
> protovis. We had thought about making a javascript backend for MPL, but to
I have a student here trying to make a webapp for data reduction. To add
interactivity, we've been using the FLOT package, and may later consider
protovis. We had thought about making a javascript backend for MPL, but to
just get something running, we went with FLOT for the time being...We're
usi
Hi Ondrej,
If I was in your shoes, the first thing I'd do is emit your data to plot
as a json object and then plot that data using javascript with one of
the libraries you've listed. Then, after gaining some familiarity with
Python->json->javascript I'd think about how such an MPL backend might
wo
On 06/16/2010 12:06 PM, Ondrej Certik wrote:
> Hi,
>
> could someone please point me to the latest status of the web gui?
>
> I am now in LLNL and I don't have a root access to my computer
> (running rhel5), and there is no Tk, nor Tkinter Python modules. I
> have installed femhub, so I have the wh
Hi,
could someone please point me to the latest status of the web gui?
I am now in LLNL and I don't have a root access to my computer
(running rhel5), and there is no Tk, nor Tkinter Python modules. I
have installed femhub, so I have the whole python stack, but I don't
have any gui. Mpl can save