]> granicus.if.org Git - graphviz/commitdiff
Update dot manual to include new rankdir options
authorerg <devnull@localhost>
Mon, 12 Dec 2005 18:58:17 +0000 (18:58 +0000)
committererg <devnull@localhost>
Mon, 12 Dec 2005 18:58:17 +0000 (18:58 +0000)
doc/dotguide.pdf
doc/dotguide/dotguide.tex

index 1877d9ed7132d05f8d949c32c926efe9110bb201..04594cbfb48f7f085bfd660b816659ef0ed17e18 100644 (file)
Binary files a/doc/dotguide.pdf and b/doc/dotguide.pdf differ
index d4e22d8f67c44497350bdbc0eb6687a86563dce1..efeb135f00df98da5f4a9563b77bc351e6c29ff3 100644 (file)
@@ -776,12 +776,9 @@ layout algorithms. These include {\tt mclimit},
 Sometimes it is natural to make edges point from left to right
 instead of from top to bottom.
 If \verb"rankdir=LR" in the top-level graph, the drawing is rotated
-in this way.  \verb"TB" (top to bottom) is the default.
-(\verb"BT" seems potentially useful for drawing upward-directed graphs,
-but hasn't been implemented. In some graphs, you could achieve the same
-effect by reversing the endpoints of edges and setting their \verb"dir=back".)
-We note that the setting of {\tt rankdir} is complementary to how the
-final drawing may be rotated by {\tt orientation} or {\tt rotate}.
+in this way.  \verb"TB" (top to bottom) is the default. The mode
+\verb"rankdir=BT" is useful for drawing upward-directed graphs.
+For completeness, one can also have \verb"rankdir=RL".
 
 In graphs with time-lines, or in drawings that emphasize source and sink nodes,
 you may need to constrain rank assignments.