How to draw a smooth curve chart
Some of us need to draw charts from time to time. Usually you have little choice, you either use a bar chart:

or a polygon chart:

In this post I will describe how to draw a pretty smooth curve chart using python and cairo. You can adapt this routine to be used with django, pycha or any other image creation library, code snippets in comments are appreciated.
Continue reading ‘How to draw a smooth curve chart’ »