Table of Contents maxLevel 3 minLevel 2 type flat separator pipe
Description
The Graphviz macro creates general graphs - either directed or undirected using the Graphviz language. This language is extremely versatile and powerful, but you can start with a really simple example as shown below, and then gradually improve your knowledge and create more advanced diagrams easily.
Graphviz resources
Include Page | ||||
---|---|---|---|---|
|
Parameters
Include Page | ||||
---|---|---|---|---|
|
Note |
---|
It is recommended to use theĀ right click > Open Link in New TabĀ option to open any hyperlinks in nodes. |
Example
This is a very basic example of what you can achieve easily. For more advanced layouts and formatting, please refer to the Graphviz resources.
Macro Call | Macro Output |
---|---|
{graphviz} digraph { A -> B A -> C C -> D } {graphviz} |