Attribute "arrowtail"

Use:optional
Used by:edge
Description:Style of arrowhead on the tail of an edge.
Values:"normal", "inv", "dot", "invdot", "odot", "invodot", "none", "tee", "empty", "invempty", "diamond", "odiamond", "box", "obox", "open", "crow", "halfopen"
Default Value:normal
Sponsored links:

Example 1/1:
Source code:
'
(graph ((rankdir "LR") (ranksep "0.7"))
 
(record ((fontsize "14") (color "#DDDDDD"))
 
(node ((id "t_normal") (label "normal")))
(node ((id "t_inv") (label "inv")))
(node ((id "t_dot") (label "dot")))
(node ((id "t_invdot") (label "invdot")))
(node ((id "t_odot") (label "odot")))
(node ((id "t_invodot") (label "invodot")))
(node ((id "t_none") (label "none")))
(node ((id "t_tee") (label "tee")))
(node ((id "t_empty") (label "empty")))
(node ((id "t_invempty") (label "invempty")))
(node ((id "t_diamond") (label "diamond")))
(node ((id "t_odiamond") (label "odiamond")))
(node ((id "t_box") (label "box")))
(node ((id "t_obox") (label "obox")))
(node ((id "t_open") (label "open")))
(node ((id "t_crow") (label "crow")))
(node ((id "t_halfopen") (label "halfopen"))))
(node ((shape "point") (id "h_normal")))
(node ((shape "point") (id "h_inv")))
(node ((shape "point") (id "h_dot")))
(node ((shape "point") (id "h_invdot")))
(node ((shape "point") (id "h_odot")))
(node ((shape "point") (id "h_invodot")))
(node ((shape "point") (id "h_none")))
(node ((shape "point") (id "h_tee")))
(node ((shape "point") (id "h_empty")))
(node ((shape "point") (id "h_invempty")))
(node ((shape "point") (id "h_diamond")))
(node ((shape "point") (id "h_odiamond")))
(node ((shape "point") (id "h_box")))
(node ((shape "point") (id "h_obox")))
(node ((shape "point") (id "h_open")))
(node ((shape "point") (id "h_crow")))
(node ((shape "point") (id "h_halfopen")))
(edge ((arrowhead "none") (arrowtail "normal") (from "t_normal") (to "h_normal")))
(edge ((arrowhead "none") (arrowtail "inv") (from "t_inv") (to "h_inv")))
(edge ((arrowhead "none") (arrowtail "dot") (from "t_dot") (to "h_dot")))
(edge ((arrowhead "none") (arrowtail "invdot") (from "t_invdot") (to "h_invdot")))
(edge ((arrowhead "none") (arrowtail "odot") (from "t_odot") (to "h_odot")))
(edge ((arrowhead "none") (arrowtail "invodot") (from "t_invodot") (to "h_invodot")))
(edge ((arrowhead "none") (arrowtail "none") (from "t_none") (to "h_none")))
(edge ((arrowhead "none") (arrowtail "tee") (from "t_tee") (to "h_tee")))
(edge ((arrowhead "none") (arrowtail "empty") (from "t_empty") (to "h_empty")))
(edge ((arrowhead "none") (arrowtail "invempty") (from "t_invempty") (to "h_invempty")))
(edge ((arrowhead "none") (arrowtail "diamond") (from "t_diamond") (to "h_diamond")))
(edge ((arrowhead "none") (arrowtail "odiamond") (from "t_odiamond") (to "h_odiamond")))
(edge ((arrowhead "none") (arrowtail "box") (from "t_box") (to "h_box")))
(edge ((arrowhead "none") (arrowtail "obox") (from "t_obox") (to "h_obox")))
(edge ((arrowhead "none") (arrowtail "open") (from "t_open") (to "h_open")))
(edge ((arrowhead "none") (arrowtail "crow") (from "t_crow") (to "h_crow")))
(edge ((arrowhead "none") (arrowtail "halfopen") (from "t_halfopen") (to "h_halfopen"))))
Sponsored links

 Copyright 2006-2010 by Martin Loetzsch (http://martin-loetzsch.de), all rights reserved. See the S-Dot licence for details.