<DT><A NAME=d:arrowhead HREF=#a:arrowhead><STRONG>arrowhead</STRONG></A>
<DD> Style of arrowhead on the head node of an edge.
- See also the <A HREF=#d:dir>dir</A> attribute,
- and a <A HREF=#h:undir_note>limitation</A>.
+ This will only appear if the <A HREF=#d:dir>dir</A> attribute
+ is "forward" or "both".
+ See the <A HREF=#h:undir_note>limitation</A>.
<DT><A NAME=d:arrowsize HREF=#a:arrowsize><STRONG>arrowsize</STRONG></A>
<DD> Multiplicative scale factor for arrowheads.
<DT><A NAME=d:arrowtail HREF=#a:arrowtail><STRONG>arrowtail</STRONG></A>
<DD> Style of arrowhead on the tail node of an edge.
- See also the <A HREF=#d:dir>dir</A> attribute,
- and a <A HREF=#h:undir_note>limitation</A>.
+ This will only appear if the <A HREF=#d:dir>dir</A> attribute
+ is "back" or "both".
+ See the <A HREF=#h:undir_note>limitation</A>.
<DT><A NAME=d:aspect HREF=#a:aspect><STRONG>aspect</STRONG></A>
<DD> Target aspect ratio (width of the layout divided by the height)
<TR><TD>"both"<TD><IMG SRC="both.gif">
<TD>"none"<TD><IMG SRC="nohead.gif"></TR>
</TABLE>
+ 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";
+ <P>
For undirected edges <CODE>T -- H;</CODE>, one of the nodes, usually
the righthand one, is treated as the head for the purpose of
interpreting "forward" and "back".
which area dominates.
:arrowhead:E:arrowType:normal;
Style of arrowhead on the head node of an edge.
-See also the <A HREF=#d:dir>dir</A> attribute,
-and a <A HREF=#h:undir_note>limitation</A>.
+This will only appear if the <A HREF=#d:dir>dir</A> attribute
+is "forward" or "both".
+See the <A HREF=#h:undir_note>limitation</A>.
: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 <A HREF=#d:dir>dir</A> attribute,
-and a <A HREF=#h:undir_note>limitation</A>.
+This will only appear if the <A HREF=#d:dir>dir</A> attribute
+is "back" or "both".
+See the <A HREF=#h:undir_note>limitation</A>.
: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.
<TR><TD>"both"<TD><IMG SRC="both.gif">
<TD>"none"<TD><IMG SRC="nohead.gif"></TR>
</TABLE>
+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";
+<P>
For undirected edges <CODE>T -- H;</CODE>, one of the nodes, usually
the righthand one, is treated as the head for the purpose of
interpreting "forward" and "back".