pyOFC2 Python Open Flash Chart 2

pyOFC2 is a python library for Open Flash Chart

Download and Install

The source is available at http://github.com/btbytes/pyofc2.
Use the button or use git

 $git clone git://github.com/btbytes/pyofc2.git 

Sample code

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 

How to use PyOFC2 with Django

See this demo Django application code.

© 2009 Pradeep Kishore Gowda