<div>Thanks for your reply.</div>
<div>But, I can&#39;t still display correctly.. </div>
<div>&nbsp;</div>
<div>Using -x-grid arg,</div>
<div>print day of week to number is correct,(0 ~ 6 )&nbsp; : <a href="http://aqua.cnu.ac.kr/~nina/week7.png">http://aqua.cnu.ac.kr/~nina/week7.png</a></div>
<div>&nbsp;</div>
<div>But, error occur when I try to print abbreviated weekday name or full weekday name ,</div>
<div>: <a href="http://aqua.cnu.ac.kr/~nina/week12.png">http://aqua.cnu.ac.kr/~nina/week12.png</a></div>
<div>&nbsp;</div>
<div>and my box&#39;s environment was en_US.UTF-8.</div>
<div>&nbsp;</div>
<div>plz~~ <br><br>&nbsp;</div>
<div><span class="gmail_quote">2007/8/22, Alex van den Bogaerdt &lt;<a href="mailto:alex@ergens.op.het.net">alex@ergens.op.het.net</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Wed, Aug 22, 2007 at 04:57:35PM +0900, nina wrote:<br>&gt; I want to make weekly reporting graph.<br>&gt; I used command to create weekly graph as follow;
<br>&gt;<br>&gt; rrdtool graph week3.png -s -1week -t test --lazy -h 80 -w 600 -l 0 -a<br>&gt; PNG DEF:in=test.rrd:in:AVERAGE AREA:in#32CD32:Incoming<br>&gt;<br>&gt; but as you can see this url:<a href="http://aqua.cnu.ac.kr/~nina/week3.png">
http://aqua.cnu.ac.kr/~nina/week3.png</a>, x-axis<br>&gt; printing error is occur, I think.<br>&gt;<br>&gt; and then I used perl as follow, but result is same(error).<br>&gt;<br>&gt; daily, monthly, yearly graph&#39;s x-axis is printed collectly.
<br>&gt; only when weekly graph is created, x-axis is not printed &quot;mon,web....&quot;.<br><br><br>This probably has something to do with an unsupported character set.<br>Are you sure month names are displayed correctly?
<br><br><br>Try a couple of things:<br><br>1: change the environment before RRDtool graph is run.<br>&nbsp;&nbsp;LANG=en_US.UTF-8<br>&nbsp;&nbsp;export LANG<br><br>2: set an X-axis grid and label yourself, using the &quot;-x&quot; option<br>
&nbsp;&nbsp;--x-grid HOUR:8:DAY:1:DAY:1:0:%A<br>&nbsp;&nbsp;(copied from TFM)<br>&nbsp;&nbsp;perhaps play a bit with the various elements of this setting<br><br><br>--<br>Alex van den Bogaerdt<br><a href="http://www.vandenbogaerdt.nl/rrdtool/">http://www.vandenbogaerdt.nl/rrdtool/
</a><br><br>_______________________________________________<br>rrd-users mailing list<br><a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br><a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users">
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a><br></blockquote></div><br>