From: Tobias Oetiker Date: Wed, 16 Apr 2008 15:50:59 +0000 (+0000) Subject: fixed 2. x-grid example ... since the lable is valid for the whole day, it must be... X-Git-Tag: 1.2.29~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e828f2e84ecb7e6ad6642f24ff03c6e8c86473;p=thirdparty%2Frrdtool-1.x.git fixed 2. x-grid example ... since the lable is valid for the whole day, it must be 86400 wide. --tobi git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@1327 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index 11b447e3..c98ce9c5 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -178,7 +178,7 @@ This places grid lines every 10 minutes, major grid lines every hour, and labels every 4 hours. The labels are placed under the major grid lines as they specify exactly that time. - --x-grid HOUR:8:DAY:1:DAY:1:0:%A + --x-grid HOUR:8:DAY:1:DAY:1:86400:%A This places grid lines every 8 hours, major grid lines and labels each day. The labels are placed exactly between two major grid lines