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" ] "templates" -- "deployment" [label=" 5 ", penwidth="5", color="#00688bA5"]; "deployment" -- "scripts" [label=" 3 ", penwidth="3", color="#00688b82"]; "templates" -- "scripts" [label=" 3 ", penwidth="3", color="#00688b82"]; "scripts" -- "ROOT" [label=" 1 ", penwidth="1", color="#00688b5E"]; "blueprints" -- "scripts" [label=" 1 ", penwidth="1", color="#00688b5E"]; "blueprints" -- "templates" [label=" 1 ", penwidth="1", color="#00688b5E"]; "deployment" -- "blueprints" [label=" 1 ", penwidth="1", color="#00688b5E"]; "scps" -- "scripts" [label=" 1 ", penwidth="1", color="#00688b5E"]; "scps" -- "templates" [label=" 1 ", penwidth="1", color="#00688b5E"]; "scps" -- "blueprints" [label=" 1 ", penwidth="1", color="#00688b5E"]; "scps" -- "deployment" [label=" 1 ", penwidth="1", color="#00688b5E"]; "stacksets" -- "scripts" [label=" 1 ", penwidth="1", color="#00688b5E"]; "stacksets" -- "templates" [label=" 1 ", penwidth="1", color="#00688b5E"]; "stacksets" -- "blueprints" [label=" 1 ", penwidth="1", color="#00688b5E"]; "stacksets" -- "deployment" [label=" 1 ", penwidth="1", color="#00688b5E"]; "stacksets" -- "scps" [label=" 1 ", penwidth="1", color="#00688b5E"]; }