realistic scale

This commit is contained in:
tth 2019-01-13 22:22:21 +01:00
parent f4c0e627ff
commit 9becddcdac
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ set title "Dans le Double Dragon 2"
set xdata time
set timefmt "%s"
set format x "%H:%M:%S"
set yrange [-5.0 : 30.0]
set yrange [ 5.0 : 30.0]
plot "${DATAFILE}" using 1:2 title " foo" with lines, \
"${DATAFILE}" using 1:3 title " bar" with lines, \
"${DATAFILE}" using 1:4 title "quux" with lines, \