Code

updates
[rrdtool-all.git] / talks / fisl12 / ex / graph.sh
index ca1a71a746ad20c60ea5112185c1b82799eb6269..8459c02a49bdd7c67bc4885f71d0388f8b51f0d8 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/sh
 rrdtool graphv first.png \
+   --zoom=2 \
    --title="FISL12 RRDtool Demo" \
    --start=1199999000 --end=1200001300 \
-   --lower-limit=0 \
    DEF:t=first.rrd:temperature:AVERAGE \
-   'AREA:t#880011:Temperature'
+   'AREA:t#ff8888:Temperature' \
+   'LINE0.5:0#880000::STACK'