Update plots
This commit is contained in:
parent
a897617e51
commit
88958dd9ef
@ -4,7 +4,8 @@ for FILE in "$@"
|
||||
do
|
||||
gnuplot <<- EOF
|
||||
set term png
|
||||
set title "Graph - ${FILE}"
|
||||
set output "${FILE}.png"
|
||||
plot "${FILE}.txt" using 1
|
||||
plot "${FILE}.txt" using 1 with lines
|
||||
EOF
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user