matplotlib recently added an HTML5 backend:

http://code.google.com/p/mplh5canvas/

It supports interactive plots using something called websockets.  I've
been wondering if it would be possible to implement an interactive
plot widget for plugin_wiki.  I use matplotlib a lot, both for
interactive desktop use and for generating static images, and it would
be great to reuse that code in web2py apps.  Especially the
interactive aspects - panning, zooming, custom event handling, etc.  A
widget like that would be really useful for scientists.

-Rick


On Nov 11, 5:08 pm, mdipierro <[email protected]> wrote:
> install
>
>    http://web2py.com/plugins/static/web2py.plugin.matplotlib.w2p
>
> than try
>
>    http://127.0.0.1:8000/<app>/plugin_matplotlib/index

Reply via email to