Zaktualizuj 'plot.sh'
This commit is contained in:
parent
e1a1457407
commit
b88c72e3c7
8
plot.sh
8
plot.sh
@ -1,11 +1,11 @@
|
|||||||
tail -50 wer.txt" > wer.txt
|
tail -50 wer.txt > wer.txt
|
||||||
tail -50 srr.txt" > srr.txt
|
tail -50 srr.txt > srr.txt
|
||||||
|
|
||||||
for file in wer srr
|
for file in wer srr
|
||||||
do
|
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 lines notitle
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
Loading…
Reference in New Issue
Block a user