Revision 69587bbf95f17be3b5ffed53a312116688056cc0 authored by maxv on 05 July 2016, 16:26:08 UTC, committed by maxv on 05 July 2016, 16:26:08 UTC
2 parent s 360d237 + 94c20e3
Raw File
template.gnuplot
# template.gnuplot
set term png
set output "OUTFILE"
set autoscale
set logscale y
plot "SOURCEFILE" using 1:2 with linespoints
back to top