Skip to content

unbracketed/python-flot-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-flot-utils

Utilities for generating flot graphs within Python.

For example:

>>> import pyflot
>>> f = pyflot.Flot()
>>> f.add_series([(1, 1), (2, 2), (3, 3)])
>>> print f.series_json
[{"data": [[1, 1], [2, 2], [3, 3]]}]

In this simple example the series_json is a JSON string in the format expected by flot.

About

Makes it easy to convert Python data structures to JSON strings suitable for flot series and options

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages