Set a graph size in dot.
graph [ratio=auto, page=”8,11″]
Set a graph size in dot.
graph [ratio=auto, page=”8,11″]
Set default shape in dot, graphviz
digraph G { rankdir=LR node [shape=box, color=blue] node1 [style=filled] node2 [style=filled, fillcolor=red] node0 -> node1 -> node2 }