Zaktualizuj 'plot.sh'
This commit is contained in:
parent
aaa80bc1bb
commit
e4027a47a2
4
plot.sh
4
plot.sh
@ -1,9 +1,9 @@
|
|||||||
for file in wer srr
|
for file in wer srr
|
||||||
do
|
do
|
||||||
tail -n 50 "${file}.txt" > "${file}.txt"
|
tail -n 50 "${file}.txt" > temp.txt
|
||||||
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 temp.txt with lines notitle
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
Loading…
Reference in New Issue
Block a user