Zaktualizuj 'plot.sh'
This commit is contained in:
parent
0c3513578a
commit
6c28e8f95f
4
plot.sh
4
plot.sh
@ -1,10 +1,10 @@
|
|||||||
for file in wer srr
|
for file in wer srr
|
||||||
|
|
||||||
do
|
do
|
||||||
tail -50 "$file.txt" > "$file.txt"
|
tail -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