new command rrdtool xport integrated
[rrdtool.git] / doc / rrdgraph.src
index 06e0761..108a80e 100644 (file)
@@ -61,7 +61,7 @@ statements (after all, most of them do define graph elements...).
 =item filename
 
 The name and path of the graph to generate. It is recommended to
-end this in C<.png> or C<.gif> but B<rrdtool> does not enforce this.
+end this in C<.png>, C<.svg> or C<.eps> but B<rrdtool> does not enforce this.
 
 I<filename> can be 'C<->' to send the image to C<stdout>. In
 that case, no other output is generated.  
@@ -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
@@ -300,10 +312,9 @@ for the graph legend.
 
 Use Times for the title: C<--font TITLE:13:/usr/lib/fonts/times.ttf>
 
-B<[-a|--imgformat C<PNG>]>
+B<[-a|--imgformat C<PNG>|C<SVG>|C<EPS>|C<PDF>]>
 
-At present only PNG is supported, but C<EPS>, C<SVG> or even C<FLASH> should
-not be all that difficult to add.
+Image format for the generated graph.
 
 B<[-i|--interlaced]>