From 3e296775892898bc9c549e681a124f5a568eaeb1 Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 16 Apr 2002 05:00:07 +0000 Subject: [PATCH] doc for gridfit by peter git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@124 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/doc/rrdgraph.src | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/program/doc/rrdgraph.src b/program/doc/rrdgraph.src index c9360b9f..3d2c3245 100644 --- a/program/doc/rrdgraph.src +++ b/program/doc/rrdgraph.src @@ -172,6 +172,18 @@ value, if not defined on the command line, will be 0. This option can be useful when graphing router traffic when the WAN line uses compression, and thus the throughput may be higher than the WAN line speed. +B<[--no-gridfit]> + +To avoid antialiasing effects gridlines are placed on +integer pixel values. This is by default done by extending +the scale so gridlines happends to be spaced using an +integer number of pixels, and starts on integer pixel value. +This might extend the scale too much for some logarithmic scales +and for linear scales where --alt-autoscale is needed. +Using --no-gridfit disables modification of the scale, +and just truncates y-coordinates to integer values for bitmap +formats. + Z<> =item Grid -- 2.30.2