Difference between revisions of "SimpleGraphModuleHubAndSpoke"
Jump to navigation
Jump to search
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<graphviz> | <graphviz> | ||
digraph hubandspoke { | digraph hubandspoke { | ||
− | edge [dir=" | + | edge [dir="none", penwidth=0.3, color="#C0C0C0"] |
layout="circo"; | layout="circo"; | ||
− | mindist=. | + | mindist=.2 |
node [shape=circle, | node [shape=circle, | ||
fixedsize=true, # don't allow nodes to change sizes dynamically | fixedsize=true, # don't allow nodes to change sizes dynamically | ||
Line 471: | Line 471: | ||
} | } | ||
</graphviz> | </graphviz> | ||
+ | [[Category:frontend]] |