There was an error while loading. Please reload this page.
Is there a way to set global attributes for nodes and edges?
I want to do something like this
digraph G { node [style = filled]; edge [color = "red"]; ... }