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" ] "tls" -- "tls" [label=" 4 ", penwidth="4", color="#a0a0a093"]; "bindings" -- "bindings" [label=" 3 ", penwidth="3", color="#a0a0a082"]; "tls" -- "crypto" [label=" 3 ", penwidth="3", color="#00688b82"]; "crypto" -- "crypto" [label=" 3 ", penwidth="3", color="#a0a0a082"]; "crypto" -- "bindings" [label=" 1 ", penwidth="1", color="#00688b5E"]; "tls" -- "stuffer" [label=" 1 ", penwidth="1", color="#00688b5E"]; "tls" -- "bindings" [label=" 1 ", penwidth="1", color="#00688b5E"]; "stuffer" -- "crypto" [label=" 1 ", penwidth="1", color="#00688b5E"]; "stuffer" -- "bindings" [label=" 1 ", penwidth="1", color="#00688b5E"]; }