=nodesep ( graphviz-obj val -- graphviz-obj' )


Vocabulary
graphviz.notation

Definition
IN: graphviz.notation

GENERIC# =nodesep 1 ( graphviz-obj val -- graphviz-obj' )


Methods
USING: accessors graphviz.attributes graphviz.notation present
;

M: graph-attributes =nodesep present >>nodesep ;


USING: accessors graphviz graphviz.attributes graphviz.notation
kernel present ;

M: graph =nodesep
<graph-attributes> swap present >>nodesep add ;


USING: accessors graphviz graphviz.attributes graphviz.notation
kernel present ;

M: subgraph =nodesep
<graph-attributes> swap present >>nodesep add ;