Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 15:52:31 +00:00
parent cf309fb61a
commit 4f6d221dfc

View File

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