metryki
This commit is contained in:
parent
d09c798346
commit
26edc18170
2
plots.sh
2
plots.sh
@ -4,6 +4,6 @@ do
|
|||||||
set term png
|
set term png
|
||||||
set title "Wykres - ${FILE}"
|
set title "Wykres - ${FILE}"
|
||||||
set output "${FILE}.png"
|
set output "${FILE}.png"
|
||||||
plot "${FILE}.txt" with points pointtype 1 set samples 50 set autoscale y notitle
|
plot "${FILE}.txt" with points pointtype 1 set autoscale y notitle
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
Loading…
Reference in New Issue
Block a user