escString
is the type of the following attributes: URL
edgeURL
edgehref
edgetarget
edgetooltip
headURL
headref
headtarget
headtooltip
href
id
labelURL
labelhref
labeltarget
labeltooltip
lblString
type can be an escString
, the specifica of escString
are also applicable to the following attributes (if they're not used as HTML like labels): headlabel
label
taillabel
xlabel
\G
with the name of the graph or the name of a cluster
\N
with the name of the node
\H
the name of the head node in an edge
\T
the name of the tail node in an edge digraph MyGraph { node [shape=box]; node_one [ label="Name of Graph: \G\nName of Node: \N\n " ] node_two; node_one -> node_two [label="The Edge '\E' connecting node \H to node \T"] subgraph clusterBlaBla { label="Cluster (subgraph): \G"; node_three; }; }