If I'm reading your graphs correctly, you don't graph the average temperature at all. You only display it on the 'avg.' column. I specifically need to graph the average over 24 hrs, 1 week, 1 month and 1 year. I have read your 'how to do this' and it has been very useful. Here's a sample image of what I've managed to graph so far: 
<a href="http://www.kotikone.fi/pmatil/out_day.png">http://www.kotikone.fi/pmatil/out_day.png</a>. On&nbsp;the&nbsp;picture&nbsp;there&nbsp;is&nbsp;also&nbsp;the&nbsp;gap&nbsp;I&nbsp;mentioned. The&nbsp;average&nbsp;curve&nbsp;is&nbsp;plotted&nbsp;the&nbsp;way&nbsp;I&nbsp;described&nbsp;it on&nbsp;my&nbsp;earlier&nbsp;posts. 
<br><br>cheers,<br><br>Petteri<br><br><div><span class="gmail_quote">On 11/21/07, <b class="gmail_sendername">Paul Rimmer</b> &lt;<a href="mailto:paul-rimmer@ronin-tech.com">paul-rimmer@ronin-tech.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
I think I&#39;m doing what you want and I detailed how I set everything up<br>under the &#39;how to do this&#39; link:<br><br><a href="http://ronin-tech.com/Content/pid=18.html">http://ronin-tech.com/Content/pid=18.html</a>
<br><br>Cheers,<br>Paul<br><br>&gt; I also think I may be confused. So, I am measuring outside temperatures<br>&gt; every 5 minutes and updating the temperatures.rrd every<br>&gt; time. Data is simply 23.56, -1.98 etc.<br>
&gt;<br>&gt; temperatures.rrd:<br>&gt;<br>&gt; rrdtool create /var/digitemp/temperature.rrd DS:out:GAUGE:600:-50:50<br>&gt; DS:in:GAUGE:600:-50:50 RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:6:700<br>&gt; RRA:AVERAGE:0.5:24:775 RRA:AVERAGE:
0.5:288:797 RRA:MIN:0.5:1:600<br>&gt; RRA:MIN:0.5:6:700<br>&gt; RRA:MIN:0.5:24:775 RRA:MIN:0.5:288:797 RRA:MAX:0.5:1:600 RRA:MAX:0.5:6:700<br>&gt; RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797<br>&gt;<br>&gt; So far graphing average values for the time period represented by each
<br>&gt; pixel<br>&gt; on the graph is ok. What I want is daily, weekly, monthly and yearly<br>&gt; average<br>&gt; temperature graphs. That is, graphing the average temperature for the<br>&gt; period<br>&gt; of the graph (GPRINT:Inside:AVERAGE:&quot;\t%6.2lf °C&quot;). I hope this helps.
<br>&gt;<br>&gt; cheers,<br>&gt;<br>&gt; Petteri<br>&gt;<br>&gt; On 11/21/07, Dan Cech &lt;<a href="mailto:dcech@phpwerx.net">dcech@phpwerx.net</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; Petteri Matilainen wrote:<br>&gt;&gt; &gt; On 11/21/07, Simon Hobson &lt;
<a href="mailto:linux@thehobsons.co.uk">linux@thehobsons.co.uk</a>&gt; wrote:<br>&gt;&gt; &gt;&gt; Petteri Matilainen wrote:<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt;&gt; I&#39;m currently graphing daily, weekly, monthly and yearly inside and
<br>&gt;&gt; &gt;&gt;&gt; outside temperatures. The temperature values are fetched from SQL<br>&gt;&gt; &gt;&gt;&gt; database and then put into temperatures.rrd. I have a cron job that<br>&gt;&gt; &gt;&gt;&gt; runs this every 5 minutes. Then I wanted to graph average
<br>&gt;&gt; &gt;&gt;&gt; temperatures too. I didn&#39;t think of any other way but to read<br>&gt;&gt; &gt;&gt;&gt; average temps from temperatures.rrd and them into a new rrd,<br>&gt;&gt; &gt;&gt;&gt; averages.rrd. Then I graph 
averages.rrd as usual.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; Why don&#39;t you just graph the averages you already have in<br>&gt;&gt; temperatures.rrd?<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; How? I have<br>&gt;&gt;<br>&gt;&gt; On re-reading your post I think you may be confused.
<br>&gt;&gt;<br>&gt;&gt; &gt; DEF:Inside=/var/digitemp/temperature.rrd:in:AVERAGE<br>&gt;&gt; &gt; LINE1:Inside#3333CC:&quot;Inside&quot;<br>&gt;&gt;<br>&gt;&gt; This line will plot the average temperature for the time period
<br>&gt;&gt; represented by each pixel on your graph.<br>&gt;&gt;<br>&gt;&gt; &gt; GPRINT:Inside:AVERAGE:&quot;\t%6.2lf °C&quot; &lt;- this is the average I want to<br>&gt;&gt; &gt; plot which give me the &quot;ordinary&quot; graph. If I have
<br>&gt;&gt;<br>&gt;&gt; This figure is a single number representing the average temperature for<br>&gt;&gt; the period of the graph.<br>&gt;&gt;<br>&gt;&gt; &gt; VDEF:avg=Inside,AVERAGE<br>&gt;&gt; &gt; LINE1:avg#3333CC:&quot;Average&quot;
<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; I get a straight horizontal line.<br>&gt;&gt;<br>&gt;&gt; This is correct.&nbsp;&nbsp;If you plot the average temperature for the graph<br>&gt;&gt; period, you will get a line straight across, because it is the same for
<br>&gt;&gt; the entire graph period.<br>&gt;&gt;<br>&gt;&gt; You will probably get more useful feedback if you post some more details<br>&gt;&gt; about the structure of your temperatures.rrd, the data you are<br>&gt;&gt; inserting, and what you are trying to achieve.
<br>&gt;&gt;<br>&gt;&gt; Dan<br>&gt;&gt;<br>&gt;&gt;<br>&gt; _______________________________________________<br>&gt; rrd-users mailing list<br>&gt; <a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a>
<br>&gt; <a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a><br>&gt;<br><br><br></blockquote></div><br>