Hacker News new | ask | show | jobs
by EarthIsHome 1980 days ago
I want to use gnuplot more, but I generally find myself spending too much time messing with the plot styles to get something I sort of like.

Can anyone point to some pretty styles they've come across?

Here is one I used a while ago: Pretty Plots with Gnuplot [0]

[0]: https://edg.uchicago.edu/tutorials/pretty_plots_with_gnuplot...

3 comments

Some problems: the colours are not that great, and also not colourblind-safe. And most grating of all: why are the tics light gray and not black! It's very hard to read.
Just curious but why go for gnuplot (and awk) rather than python or R? At some point you run up to some limit where you want a bit more capability. I don't know that the learning curve is that much less for awk + gnuplot?
Gnuplot (and awk) have several advantages. It’s faster, especially for large datasets; it’s language-independent and can be used through pipes with any language, so the plotting solution you develop can go with you as you change your simulation language; it’s designed to be automated, plot over the network, etc.