This is an attempt at creating a data plotter in C using Cairo.
- Cairo
No installation so far, but you can build it with:
make
All the code is under ISC license (BSD/MIT compatible).
- read up about reference counting in python modules
- create an 'install' make target.
- add the version number somewhere in here and a function to return it.
- use it for the curfuel charts.
- add some logic to only show "major ticks".
- benchmark against matplotlib, jfreechart, pycha