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" ] "h (1)" [fillcolor="deepskyblue2"]; "cc (1)" [fillcolor="deepskyblue2"]; "py (6)" [fillcolor="deepskyblue2"]; "html (1)" [fillcolor="deepskyblue2"]; "ts (1)" [fillcolor="deepskyblue2"]; "pyi (1)" [fillcolor="deepskyblue2"]; "yaml (3)" [fillcolor="deepskyblue2"]; "py (6)" -- "yaml (3)" [label=" 3 ", penwidth="3", color="#00688b82"]; "html (1)" -- "ts (1)" [label=" 1 ", penwidth="1", color="#00688b5E"]; "py (6)" -- "pyi (1)" [label=" 1 ", penwidth="1", color="#00688b5E"]; "py (6)" -- "cc (1)" [label=" 1 ", penwidth="1", color="#00688b5E"]; "py (6)" -- "h (1)" [label=" 1 ", penwidth="1", color="#00688b5E"]; "yaml (3)" -- "pyi (1)" [label=" 1 ", penwidth="1", color="#00688b5E"]; "yaml (3)" -- "cc (1)" [label=" 1 ", penwidth="1", color="#00688b5E"]; "yaml (3)" -- "h (1)" [label=" 1 ", penwidth="1", color="#00688b5E"]; "pyi (1)" -- "cc (1)" [label=" 1 ", penwidth="1", color="#00688b5E"]; "pyi (1)" -- "h (1)" [label=" 1 ", penwidth="1", color="#00688b5E"]; "cc (1)" -- "h (1)" [label=" 1 ", penwidth="1", color="#00688b5E"]; }