From 11e8642ecdf35bd43c0c050e9e5924766c77321e Mon Sep 17 00:00:00 2001 From: erg Date: Wed, 9 Dec 2009 20:19:25 +0000 Subject: [PATCH] Make connection between dir and arrowhead/arrowtail clear. --- doc/info/attrs.html | 15 +++++++++++---- doc/infosrc/attrs | 10 ++++++---- doc/infosrc/types | 5 +++++ 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/doc/info/attrs.html b/doc/info/attrs.html index a498e06c9..c3d869028 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -510,16 +510,18 @@ This field indicates which graph component uses the attribute.
arrowhead
Style of arrowhead on the head node of an edge. - See also the dir attribute, - and a limitation. + This will only appear if the dir attribute + is "forward" or "both". + See the limitation.
arrowsize
Multiplicative scale factor for arrowheads.
arrowtail
Style of arrowhead on the tail node of an edge. - See also the dir attribute, - and a limitation. + This will only appear if the dir attribute + is "back" or "both". + See the limitation.
aspect
Target aspect ratio (width of the layout divided by the height) @@ -1817,6 +1819,11 @@ the given types. "both" "none" + That is, a glyph is drawn at the head end of an edge if and only + if dirType is "forward" or "both"; + a glyph is drawn at the tail end of an edge if and only + if dirType is "back" or "both"; +

For undirected edges T -- H;, one of the nodes, usually the righthand one, is treated as the head for the purpose of interpreting "forward" and "back". diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 77135e55e..9eb4f3d79 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -80,14 +80,16 @@ Also note that, if active areas of two edges overlap, it is unspecified which area dominates. :arrowhead:E:arrowType:normal; Style of arrowhead on the head node of an edge. -See also the dir attribute, -and a limitation. +This will only appear if the dir attribute +is "forward" or "both". +See the limitation. :arrowsize (E_arrowsz):E:double:1.0:0.0; Multiplicative scale factor for arrowheads. :arrowtail:E:arrowType:normal; Style of arrowhead on the tail node of an edge. -See also the dir attribute, -and a limitation. +This will only appear if the dir attribute +is "back" or "both". +See the limitation. :aspect:G:aspectType; dot Target aspect ratio (width of the layout divided by the height) of the graph drawing. If unset, dot minimizes the total edge length. diff --git a/doc/infosrc/types b/doc/infosrc/types index 54b1cbc4e..11fdfae90 100644 --- a/doc/infosrc/types +++ b/doc/infosrc/types @@ -107,6 +107,11 @@ For an edge T -> H; "both" "none" +That is, a glyph is drawn at the head end of an edge if and only +if dirType is "forward" or "both"; +a glyph is drawn at the tail end of an edge if and only +if dirType is "back" or "both"; +

For undirected edges T -- H;, one of the nodes, usually the righthand one, is treated as the head for the purpose of interpreting "forward" and "back". -- 2.40.0