Next: , Up: Graphing   [Contents]


12.1 Graph Options

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.

User Option: org-roam-graph-extra-config

Extra options passed to graphviz for the digraph (The “G” attributes). Example: '~(("rankdir" . "LR"))

User Option: org-roam-graph-node-extra-config

Extra options for nodes in the graphviz output (The “N” attributes). Example: '(("color" . "skyblue"))

User Option: org-roam-graph-edge-extra-config

Extra options for edges in the graphviz output (The “E” attributes). Example: '(("dir" . "back"))

User Option: org-roam-graph-edge-cites-extra-config

Extra options for citation edges in the graphviz output. Example: '(("color" . "red"))