Update plots

This commit is contained in:
s416178 2020-04-03 15:17:49 +02:00
parent 50b880a106
commit 53028ac554

View File

@ -12,6 +12,6 @@ do
set term png
set title "Graph - ${FILE}"
set output "${FILE}.png"
plot "${FILE}.txt" using 1 with points pointtype 5
plot "${FILE}.txt" with points pointtype 5 notitle
EOF
done