[matplotlib-devel] web gui

2010-06-16 Thread Ondrej Certik
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

Re: [matplotlib-devel] web gui

2010-06-16 Thread Eric Firing
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 whole

Re: [matplotlib-devel] web gui

2010-06-16 Thread Andrew Straw
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

Re: [matplotlib-devel] web gui

2010-06-16 Thread william ratcliff
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

Re: [matplotlib-devel] web gui

2010-06-16 Thread Ondrej Certik
Hi William, On Wed, Jun 16, 2010 at 4:33 PM, william ratcliff william.ratcl...@gmail.com 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

Re: [matplotlib-devel] web gui

2010-06-16 Thread Ondrej Certik
On Wed, Jun 16, 2010 at 5:13 PM, william ratcliff william.ratcl...@gmail.com 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

Re: [matplotlib-devel] web gui

2010-06-16 Thread Ondrej Certik
On Wed, Jun 16, 2010 at 6:01 PM, Ondrej Certik ond...@certik.cz wrote: On Wed, Jun 16, 2010 at 5:13 PM, william ratcliff william.ratcl...@gmail.com 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:

Re: [matplotlib-devel] web gui

2010-06-16 Thread william ratcliff
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 ond...@certik.cz wrote: On Wed, Jun 16, 2010 at 6:01 PM, Ondrej Certik ond...@certik.cz wrote: