This commit is contained in:
Kamil Paprota 2020-04-03 17:28:58 +02:00
parent d09c798346
commit 26edc18170

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 set samples 50 set autoscale y notitle
plot "${FILE}.txt" with points pointtype 1 set autoscale y notitle
EOF
done