Zaktualizuj 'plot.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 15:56:15 +00:00
parent e9fe48457d
commit 8e344fbc6c

View File

@ -2,7 +2,7 @@ for file in wer srr
do
tail -50 "$file.txt" > "$file.txt"
gnuplot <<- EOF
gnuplot <<- EOF
set term png
set output "$file.png"
plot "$file.txt" with lines notitle