Hi, <br><br>I created a rrd database with following command: <br><i>rrdtool create plays.rrd --step=300 DS:plays:GAUGE:600:U:U RRA:AVERAGE:0.5:1:2016</i><br><br>So I keep 2016 samples, every 5 minutes. &nbsp;Which means I have a history of 7 days. 
<br><br>When I create a graph like this: <br><i>rrdtool graph stats.png -a PNG --vertical-label &quot;Number&quot; --start &quot;<b>-1day</b>&quot; DEF:test=plays.rrd:plays:AVERAGE AREA:test#FF0000:&quot;Number of PLAY&#39;s&quot;
</i><br>All the data is shown correct. <br><br>But when I create on the same database a graph like this: <br><i>rrdtool graph stats.png -a PNG --vertical-label &quot;Number&quot; --start &quot;<b>-7day</b>&quot; DEF:test=
plays.rrd:plays:AVERAGE AREA:test#FF0000:&quot;Number of PLAY&#39;s&quot;</i><br>Then the data isn&#39;t correct anymore. &nbsp;It&#39;s like all values on the y-axis are scaled (or an average of the data is shown) <br><br>How is this possible? &nbsp;Why can&#39;t I get the real vallue (instead of an average). &nbsp;According to me, the &#39;1&#39; in 
<i>AVERAGE:0.5:<b>1</b>:2016</i>&nbsp;means there will not be taken an average on the data. <br><br>Any answer on this would help me a lot! <br><br>Kind regards, <br>Stijn.