pyOFC2 is a python library for Open Flash Chart
The source is available at http://github.com/btbytes/pyofc2.
Use the button or use git
$git clone git://github.com/btbytes/pyofc2.git
The demo
directory has a examples.py file which illustrates how to use all the charts available in PyOFC2
The see the examples, run
$ python examples.py
which will compile all the examples and generate HTML files containing charts
To see the generated charts, run
$ ./start.sh
See this demo Django application code.