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 →flow
Decision Tree
Decision tree rendered via Graphviz DOT for clean splits.
data
Knowledge Graph
Subject–predicate–object knowledge graph.
data
Ontology (OWL-style)
Hierarchical ontology with subclass and property relations.
architecture
Network Topology
Cluster-based network diagram with subnets and routers.
research
Causal DAG
Directed acyclic graph for causal inference (à la DAGitty).
research
Concept Map
Nodes (concepts) and labelled edges (relations).
graphviz · ← Browse all engines · Quick-start guide