Next: Excluding Nodes and Edges, Up: Graphing [Contents]
Graphviz provides many options for customizing the graph output, and Org-roam supports some of them. See https://graphviz.gitlab.io/_pages/doc/info/attrs.html for customizable options.
Extra options passed to graphviz for the digraph (The “G” attributes). Example: ‘'=(("rankdir" . "LR"))’
Extra options for nodes in the graphviz output (The “N” attributes). Example: ‘'(("color" . "skyblue"))’
Extra options for edges in the graphviz output (The “E” attributes). Example: ‘'(("dir" . "back"))’
Extra options for citation edges in the graphviz output. Example: ‘'(("color" . "red"))’