Ask HN: What do you use to draw graphs?

7 points by ColinWright ↗ HN
In this case I mean plots, not vertex-edge type graphs.

I don't often have to draw plots, and when I do they don't usually have to be very complication. Sometimes I just drop into Excel (or the LibreOffice equivalent) and plot things there[0], sometimes I use python to generate ppm files "by hand" and then use "convert" to convert them into png files[1].

What do you use?

6 comments

[ 3.1 ms ] story [ 19.5 ms ] thread
I see http://www.highcharts.com/ come up now and then.

D3.js is a great tool for data visualization, but that might be an overkill if your needs are simple.