Update plots

This commit is contained in:
s416178 2020-04-03 15:13:19 +02:00
parent 9249fff67e
commit 50b880a106

View File

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