From 89b4e542ae2e10695233c8a4664ba8e0924bf231 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 21 Jul 2001 18:17:44 +0000 Subject: [PATCH] Made PRINT and GPRINT aware of VDEF statements git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@42 a5681a0c-68f1-0310-ab6d-d61299d08faa --- doc/rrdgraph_graph.pod | 9 ++- src/rrd_graph.c | 158 +++++++++++++++++++++++++++++++------------------ 2 files changed, 103 insertions(+), 64 deletions(-) diff --git a/doc/rrdgraph_graph.pod b/doc/rrdgraph_graph.pod index a94aa37..eed7610 100644 --- a/doc/rrdgraph_graph.pod +++ b/doc/rrdgraph_graph.pod @@ -44,7 +44,7 @@ Similarly no report is generated if you don't use print options. BIB<:>IB<:>I -I +I The first form of this command is to be used with B Is. BIB<:>I @@ -140,7 +140,7 @@ B<%Z> time zone BIB<:>IB<:>I -I +I This is the same as B but now it is printed inside the graph. See L for more information. @@ -155,12 +155,11 @@ Text is printed literally in the legend section of the graph BIB<#>I[B<:>I] -I - Draw an horizontal line at I. Its color is composed from three hexadecimal numbers specifying the color components (00 is off, FF is maximum) red, green and blue. Optionally a legend box and string is -printed in the legend section. +printed in the legend section. I can be a variable from a B. +It is an error to use Is from B or B here. BI