Code

Imported Upstream version 1.4.7
[pkg-rrdtool.git] / doc / rrdgraph_graph.txt
index f89f42683a041e970fa1d825e304528b8fd198d1..1f233df98ac62e164c1dd43126278c744e861023 100644 (file)
@@ -285,9 +285,21 @@ N\bNO\bOT\bTE\bES\bS o\bon\bn l\ble\beg\bge\ben\bnd\bd a\bar\brg\bgu\bum\bme\ben\bnt\bts\bs
        A special case is COMMENT:\\b\s\bs which inserts some additional vertical
        space before placing the next row of legends.
 
-       If you are using the proportional font in your graph, you can use tab
-       characters or the sequence \\b\t\bt to line-up legend elements. Note that the
-       tabs inserted are relative to the start of the current legend element!
+       If you want to have left and right aligned legends on the same line use
+       COMMENT:\\b\u\bu to go one line back like this:
+
+        COMMENT:left\l
+        COMMENT:\u
+        COMMENT:right\r
+
+       There is also a 'nop' control for situations where you want a string to
+       actually end in a backslash character sequence \\b\.\b.
+
+        COMMENT:OS\2\.
+
+       When using a proportional font in your graph, the tab characters or the
+       sequence \\b\t\bt will line-up legend elements. Note that the tabs inserted
+       are relative to the start of the current legend element!
 
        Since RRDtool 1.3 is using Pango for rending text, you can use Pango
        markup.  Pango uses the xml s\bsp\bpa\ban\bn tags for inline formatting
@@ -418,4 +430,4 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-1.4.2                             2009-10-14                 RRDGRAPH_GRAPH(1)
+1.4.7                             2012-01-20                 RRDGRAPH_GRAPH(1)