From 0c2588a299b6eefc91a481007b1cf5ed2640c343 Mon Sep 17 00:00:00 2001 From: Rushmore75 Date: Wed, 19 Nov 2025 13:49:30 -0700 Subject: [PATCH] example 2 line graph --- template.gnuplot | 1 + 1 file changed, 1 insertion(+) diff --git a/template.gnuplot b/template.gnuplot index b2637fa..b4464e3 100644 --- a/template.gnuplot +++ b/template.gnuplot @@ -14,4 +14,5 @@ set grid set term png size 1280, 720 set output '$OUTPUT' plot datafile using 1:2 with linespoints linestyle 1 +# plot datafile using 1:2 with linespoints linestyle 1, datafile using 1:3, etc... replot