circo ( graph path format -- )
Rendering Graphviz output ยป Rendering graphs by layout engine

Next:dot ( graph path format -- )


Vocabulary
graphviz.render

Inputs
grapha graph
patha pathname string
formata string


Outputs
None

Word description
Invokes graphviz with "circo" supplied as the layout engine. That is, the following two lines are equivalent:
graph path format "circo" graphviz graph path format circo


See also
dot, fdp, neato, osage, sfdp, twopi

Definition

: circo ( graph path format -- ) "circo" graphviz ;