{ $description "Constructs " { $instance edge-attributes } " tuple with no attributes set." } ;
HELP:<graph-attributes>
{ $values
{ "attrs" graph-attributes }
}
{ $description "Constructs " { $instance graph-attributes } " tuple with no attributes set." } ;
HELP:<node-attributes>
{ $values
{ "attrs" node-attributes }
}
{ $description "Constructs " { $instance node-attributes } " tuple with no attributes set." } ;
HELP:edge-attributes
{ $class-description "Represents Graphviz attributes that are valid for edges. See attributes marked " { $emphasis "E" } " in " { $url "http://graphviz.org/content/attrs" } ". Each slot must be " { $maybe string } "." } ;
{ $class-description "Represents Graphviz attributes that are valid for nodes. See attributes marked " { $emphasis "N" } " in " { $url "http://graphviz.org/content/attrs" } ". Each slot must be " { $maybe string } "." } ;
"In Graphviz, " { $emphasis "attributes" } " control different layout characteristics of graphs, subgraphs, nodes, and edges. For example, you can specify the color of an edge or the shape of a node. Graphviz provides documentation for all valid attributes at " { $url "http://graphviz.org/content/attrs" } "."
$nl
"The " { $vocab-link "graphviz.attributes" } " vocabulary simply provides three different tuples to encapsulate Graphviz attributes:"