Neil Jerram <n...@ossau.uklinux.net> writes: > Thanks, Mike. I like the idea of generating the gnuplot command file > and then running it in a separate step; may switch my code to do that > too. I also appreciate how your code shows how to do more cunning > gnuplot things, like xtics and rotate; and the use of ~{ and ~} in > format, which I hadn't taken on board before.
FWIW, GNU Plotutils seems to be a pleasant toolset, which might be worth looking at (I’ve always found it somewhat painful to tweak Gnuplot’s output...). There’s also Andy’s http://wingolog.org/software/guile-charting/ which seems pretty nice. Thanks, Ludo’.