Adding graphs
You can add graphs using the Graphviz markup for diagrams.
Markup | Result |
---|---|
| ![]() |
Markup | Result |
---|---|
| ![]() |
You can configure the appearance of your graphs using optional parameters:
dot
,neato
,circle
,twopi
,fdp
— names of utilities for building graphs.dot
is used by default.width
— maximum graph width in pixels.height
— maximum graph height in pixels.