This commit is contained in:
Kamil Paprota 2020-04-03 17:23:54 +02:00
parent c577c1573c
commit d09c798346

View File

@ -4,6 +4,6 @@ do
set term png
set title "Wykres - ${FILE}"
set output "${FILE}.png"
plot "${FILE}.txt" with points pointtype 1 notitle
plot "${FILE}.txt" with points pointtype 1 set samples 50 set autoscale y notitle
EOF
done