Ask HN: What do you use to draw graphs?
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[0] http://www.solipsys.co.uk/new/SpamGraphs.html
[1] http://www.solipsys.co.uk/new/TalksInSpaceTime.html?HN_20150...
[0, 1] http://stanford.edu/~mwaskom/software/seaborn/
SVG examples: http://backup.frottage.org/rjp/owngoals.svg http://backup.frottage.org/rjp/tmp/gryntemp.svg http://backup.frottage.org/rjp/tmp/sunrisesunset.svg
[1] https://en.wikipedia.org/wiki/Ploticus
D3.js is a great tool for data visualization, but that might be an overkill if your needs are simple.
[0] http://dimplejs.org/
[1] http://blog.taucharts.com/taucharts-data-focused-charting-li...