<graph-attributes> ( -- attrs )
Graphviz attributes
Prev:<edge-attributes> ( -- attrs )


Vocabulary
graphviz.attributes

Inputs and outputs
attrsa graph-attributes


Word description
Constructs a graph-attributes tuple with no attributes set.

See also
node-attributes, edge-attributes, graph-attributes, <node-attributes>, <edge-attributes>

Definition
USING: kernel ;

IN: graphviz.attributes

: <graph-attributes> ( -- attrs ) graph-attributes new ;