From: oetiker Date: Mon, 13 Jun 2005 05:43:16 +0000 (+0000) Subject: add notes about small numbers for --alt-y-grid X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=7fec819b92653c39495d4f1018b6751d827a3a1c 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 c4ee169..8074fd6 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>]