Difference between revisions of "SimpleGraphModuleHubAndSpoke"

From BITPlan Wiki
Jump to navigation Jump to search
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
<graphviz size="700px">
+
<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 20:05, 27 August 2018