Flot Data

class dynts.web.flot.MultiPlot(flot=None, info=None)

Class holding several dynts.web.flot.Flot instances.

plots

list of dynts.web.flot.Flot instances.

info

Additional serialisable data

add(flot)

Add a new dynts.web.flot.Flot instance to dynts.web.flot.MultiPlot.plots.

class dynts.web.flot.Flot(name='', type=None, shadowSize=None, **kwargs)

A single plot which can be a timeseries or a XY plot.

Previous topic

Ecoplot JQuery Plugin

Next topic

Using with Django and Djpcms

This Page