1 The `graph` directive is supplied by the [[!iki plugins/graphviz desc=graphviz]] plugin.
3 This directive allows embedding [graphviz](http://www.graphviz.org/) graphs in a
6 \[[!graph src="a -> b -> c; a -> c;"]]
8 Note that graphs will only show up in previews if your browser has
9 [[!wikipedia data: URI]] support, or if the same graph already exists on that
12 The `graph` directive supports the following parameters:
14 - `src` - The graphviz source to render.
15 - `type` - The type of graph to render: `graph` or `digraph`. Defaults to
17 - `prog` - The graphviz program to render with: `dot`, `neato`, `fdp`, `twopi`,
18 or `circo`. Defaults to `dot`.
19 - `height`, `width` - Limit the size of the graph to a given height and width,
20 in inches. You must specify both to limit the size; otherwise, graphviz will
21 choose a size, without any limit.
23 [[!meta robots="noindex, follow"]]