example 2 line graph

This commit is contained in:
2025-11-19 13:49:30 -07:00
parent 0c527bb3cb
commit 0c2588a299

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