graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "modules" -- "modules" [label=" 30 ", penwidth="10", color="#a0a0a0FF"]; "fast" -- "fast" [label=" 16 ", penwidth="5", color="#a0a0a0A5"]; "modules" -- "fast" [label=" 10 ", penwidth="3", color="#00688b82"]; "tools" -- "modules" [label=" 9 ", penwidth="3", color="#00688b82"]; "tools" -- "fast" [label=" 7 ", penwidth="2", color="#00688b70"]; "modules" -- "blueprints" [label=" 5 ", penwidth="1", color="#00688b5E"]; "blueprints" -- "blueprints" [label=" 5 ", penwidth="1", color="#a0a0a05E"]; "fast" -- "blueprints" [label=" 5 ", penwidth="1", color="#00688b5E"]; "tools" -- "blueprints" [label=" 4 ", penwidth="1", color="#00688b5E"]; "modules" -- "ROOT" [label=" 3 ", penwidth="1", color="#00688b5E"]; "ROOT" -- "blueprints" [label=" 3 ", penwidth="1", color="#00688b5E"]; "tools" -- "ROOT" [label=" 3 ", penwidth="1", color="#00688b5E"]; "fast" -- "ROOT" [label=" 3 ", penwidth="1", color="#00688b5E"]; "tools" -- "tools" [label=" 1 ", penwidth="1", color="#a0a0a04C"]; }