Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 16:07:14 +00:00
parent b88c72e3c7
commit 9b95afb7dd

View File

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