Created by: elyase
This adds plotting functionality to csvkit. The plots can be seen in a browser or saved to .png and .xml.
If you want to see how it looks I built the docs here.
I decided to use pygal instead of matplotlib because it is a small library, the plots look better and has no dependencies. I considered Bokeh but it also has a hard dependency on numpy.