From: Tobias Oetiker Date: Mon, 13 Jun 2005 05:43:16 +0000 (+0000) Subject: add notes about small numbers for --alt-y-grid X-Git-Tag: 1.2.10~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5196e2cd65b8f89abfab585a252cb1cb0cb8d93;p=thirdparty%2Frrdtool-1.x.git add notes about small numbers for --alt-y-grid git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@635 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index c4ee169f..8074fd6f 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -193,11 +193,12 @@ to automatically select sensible values. [B<-Y>|B<--alt-y-grid>] -Place the Y grid dynamically based on the graph's Y range. The -algorithm ensures that you always have a grid, that there are enough -but not too many grid lines, and that the grid is metric. That is the -grid lines are placed every 1, 2, 5 or 10 units. (contributed by -Sasha Mikheev) +Place the Y grid dynamically based on the graph's Y range. The algorithm +ensures that you always have a grid, that there are enough but not too many +grid lines, and that the grid is metric. That is the grid lines are placed +every 1, 2, 5 or 10 units. This parameter will also ensure that you get +enough decimals displayed even if your graph goes from 69.998 to 70.001. +(contributed by Sasha Mikheev). [B<-o>|B<--logarithmic>]