Ruby-Graphviz icon indicating copy to clipboard operation
Ruby-Graphviz copied to clipboard

Make it possible to define defaults

Open roolo opened this issue 7 years ago • 0 comments

For example defaults for node

digraph G {
  edge [color=red];
  node [shape=box,style=filled,color=".7 .3 1.0"];
  execute -> compare;
}

Based on http://www.graphviz.org/Documentation/dotguide.pdf -- Code for Figure 3: Fancy graph

roolo avatar Aug 10 '17 11:08 roolo