Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 15:24:07 +00:00
parent f89859683f
commit 4a849196e2

View File

@ -1 +1,6 @@
gnuplot <<- EOF
set term png
set title "Graph - wer"
set output "wer.png"
plot "wer.txt" with points pointtype 5 notitle
EOF