Set default shape in dot, graphviz …

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
}

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *