metryki
This commit is contained in:
parent
d84c274c70
commit
c577c1573c
4
plots.sh
4
plots.sh
@ -2,8 +2,8 @@ for FILE in "$@"
|
|||||||
do
|
do
|
||||||
gnuplot <<- EOF
|
gnuplot <<- EOF
|
||||||
set term png
|
set term png
|
||||||
set title "Graph - ${FILE}"
|
set title "Wykres - ${FILE}"
|
||||||
set output "${FILE}.png"
|
set output "${FILE}.png"
|
||||||
plot "${FILE}.txt" with points pointtype 5 notitle
|
plot "${FILE}.txt" with points pointtype 1 notitle
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
Loading…
Reference in New Issue
Block a user