Compare commits

..

1 Commits

Author SHA1 Message Date
0c2588a299 example 2 line graph 2025-11-19 13:49:30 -07:00

View File

@@ -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