SimpleGraphModuleHubAndSpoke: Difference between revisions

From BITPlan Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
<graphviz size="800px">
<graphviz>
digraph hubandspoke {
digraph hubandspoke {
   edge [dir="both"]
   edge [dir="none", penwidth=0.3, color="#C0C0C0"]
   layout="circo";
   layout="circo";
node [shape=circle,
  mindist=.2
  node [shape=circle,
       fixedsize=true, # don't allow nodes to change sizes dynamically
       fixedsize=true, # don't allow nodes to change sizes dynamically
       width=1]
       width=1]
Line 470: Line 471:
}
}
</graphviz>
</graphviz>
[[Category:frontend]]

Latest revision as of 18:05, 27 August 2018