glejeune / Ruby-Graphviz

[MIRROR] Ruby interface to the GraphViz graphing tool
https://gitlab.com/glejeune/ruby-graphviz
Other
608 stars 116 forks source link

Add naming verification to clusters #111

Open pjgranahan opened 9 years ago

pjgranahan commented 9 years ago

Graphviz requires clusters to follow a specific naming convention:

Clusters are encoded as subgraphs whose names have the prefix 'cluster'.

Ruby-Graphviz does not currently enforce this naming convention when creating a cluster, leading to improperly named clusters that "don't work".