Hi,<br><br>I&#39;m using&nbsp;rrdtool&nbsp;to&nbsp;graph&nbsp;outside&nbsp;and&nbsp;inside&nbsp;temperatures&nbsp;(daily, weekly, monthly, yearly).&nbsp;For&nbsp;monthly&nbsp;graph&nbsp;I&nbsp;would&nbsp;like&nbsp;the&nbsp;following&nbsp;x-axis&nbsp;configuration:&nbsp;grid&nbsp;lines&nbsp;every&nbsp;day,&nbsp;major&nbsp;grid&nbsp;lines&nbsp;every&nbsp;week&nbsp;(first day of week is monday)&nbsp;and&nbsp;labels&nbsp;each&nbsp;day.&nbsp;So&nbsp;far&nbsp;I&#39;ve&nbsp;been&nbsp;trying&nbsp;this&nbsp;line:&nbsp;-x DAY:1:WEEK:1:DAY:1:0:%a.&nbsp;Grid&nbsp;lines&nbsp;are&nbsp;OK&nbsp;but&nbsp;labelling&nbsp;isn&#39;t.&nbsp;Labels&nbsp;are&nbsp;centered&nbsp;on&nbsp;major&nbsp;grid&nbsp;lines&nbsp;(right under the line)&nbsp;which&nbsp;is&nbsp;wrong.&nbsp;&#39;Sun&#39;&nbsp;is&nbsp;right&nbsp;under&nbsp;the&nbsp;major&nbsp;grid&nbsp;lines&nbsp;and&nbsp;so&nbsp;on.
<br><br>I also tried&nbsp;-x DAY:1:WEEK:1:WEEK:1:0:&quot;Week %V&quot; which should give labels each week but the text &#39;Week 45&#39; is right under the major grid line and so on (should be centered on a week interval). I&#39;m confused about the LPR definition. Seconds? I tried to input how many seconds are there in a week -&gt; no change. Thanks in advance.
<br><br>-pmatil<br>