How to install tw2.jqplugins.flot
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install tw2.jqplugins.flot
Dependencies
- tw2.core>=2.0b2
- tw2.excanvas
- tw2.jqplugins.ui
- [genshi] Genshi>=0.3.5
- [mako] Mako>=0.1.1
Lastest release
tw2.jqplugins.flot is a toscawidgets2 (tw2) wrapper for flot.
Live Demo
Peep the live demonstration.
Description
toscawidgets2 (tw2) aims to be a practical and useful widgets framework that helps people build interactive websites with compelling features, faster and easier. Widgets are re-usable web components that can include a template, server-side code and JavaScripts/CSS resources. The library aims to be: flexible, reliable, documented, performant, and as simple as possible.
flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side.
This module, tw2.jqplugins.flot, provides toscawidgets2 (tw2) access to flot widgets.
Sampling tw2.jqplugins.flot in the WidgetBrowser
The best way to scope out tw2.jqplugins.flot is to load its widgets in the tw2.devtools WidgetBrowser. To see the source code that configures them, check out tw2.jqplugins.flot/tw2/jqplugins/flot/samples.py
To give it a try you'll need git, python, and virtualenvwrapper. Run:
$ git clone git://github.com/toscawidgets/tw2.jqplugins.flot.git $ cd tw2.jqplugins.flot $ mkvirtualenv tw2.jqplugins.flot (tw2.jqplugins.flot) $ pip install tw2.devtools (tw2.jqplugins.flot) $ python setup.py develop (tw2.jqplugins.flot) $ paster tw2.browser
...and browse to http://localhost:8000/ to check it out.