Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 16:08:50 +00:00
parent 2b72f54ba5
commit 9dc4ed7e95

View File

@ -3,6 +3,6 @@ do
gnuplot <<- EOF
set term png
set output "${file}.png"
plot "${file}.txt" with points pointtype 1 notitle
plot "${file}.txt" with lines notitle
EOF
done