Skip to content

unbracketed/python-flot-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-flot-utils

Utilities for generating pyflot graphs within Python.

For example:

from pyflot import Flot
f = Flot()
f.add_series([(1,1), (2,2), (3,3)])
print f.series_json

[{data: [[1,1], [2,2], [3,3]}]

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