Docs · Engines

Graphviz (DOT)

Industry-standard graph language. Excellent for DAGs, dependency graphs, finite automata, phylogenetic-style trees.

Templates
508
Source language
dot
Workstation
Studio
Engine id
graphviz

In the same space

Most users come to Graphviz (DOT) from yEd or OmniGraffle (graph). Glyph runs this engine in the browser — no install, shareable via URL, exportable to PNG / SVG / PDF / source.

Syntax at a glance

digraph G { A -> B; A -> C; B -> D; C -> D; }

Paste this in the Studio code pane to see Graphviz (DOT) render live. The full grammar is at the upstream-docs link above.

Sample templates

All 508
Engine reference: graphviz · ← Browse all engines · Quick-start guide