realistic scale
This commit is contained in:
parent
f4c0e627ff
commit
9becddcdac
@ -17,7 +17,7 @@ set title "Dans le Double Dragon 2"
|
|||||||
set xdata time
|
set xdata time
|
||||||
set timefmt "%s"
|
set timefmt "%s"
|
||||||
set format x "%H:%M:%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, \
|
plot "${DATAFILE}" using 1:2 title " foo" with lines, \
|
||||||
"${DATAFILE}" using 1:3 title " bar" with lines, \
|
"${DATAFILE}" using 1:3 title " bar" with lines, \
|
||||||
"${DATAFILE}" using 1:4 title "quux" with lines, \
|
"${DATAFILE}" using 1:4 title "quux" with lines, \
|
||||||
|
Loading…
Reference in New Issue
Block a user