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 srr.txt" > srr.txt
|
||||
tail -50 wer.txt > wer.txt
|
||||
tail -50 srr.txt > srr.txt
|
||||
|
||||
for file in wer srr
|
||||
do
|
||||
gnuplot <<- EOF
|
||||
set term png
|
||||
set output "$file.png"
|
||||
plot "$file.txt" with lines notitle
|
||||
set output "${file}.png"
|
||||
plot "${file}.txt" with lines notitle
|
||||
EOF
|
||||
done
|
Loading…
Reference in New Issue
Block a user