<div>Thanks for your reply.</div>
<div>But, I can't still display correctly.. </div>
<div> </div>
<div>Using -x-grid arg,</div>
<div>print day of week to number is correct,(0 ~ 6 ) : <a href="http://aqua.cnu.ac.kr/~nina/week7.png">http://aqua.cnu.ac.kr/~nina/week7.png</a></div>
<div> </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> </div>
<div>and my box's environment was en_US.UTF-8.</div>
<div> </div>
<div>plz~~ <br><br> </div>
<div><span class="gmail_quote">2007/8/22, Alex van den Bogaerdt <<a href="mailto:alex@ergens.op.het.net">alex@ergens.op.het.net</a>>:</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>> I want to make weekly reporting graph.<br>> I used command to create weekly graph as follow;
<br>><br>> rrdtool graph week3.png -s -1week -t test --lazy -h 80 -w 600 -l 0 -a<br>> PNG DEF:in=test.rrd:in:AVERAGE AREA:in#32CD32:Incoming<br>><br>> 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>> printing error is occur, I think.<br>><br>> and then I used perl as follow, but result is same(error).<br>><br>> daily, monthly, yearly graph's x-axis is printed collectly.
<br>> only when weekly graph is created, x-axis is not printed "mon,web....".<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> LANG=en_US.UTF-8<br> export LANG<br><br>2: set an X-axis grid and label yourself, using the "-x" option<br>
--x-grid HOUR:8:DAY:1:DAY:1:0:%A<br> (copied from TFM)<br> 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>