graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "chrmarti@microsoft.com" -- "nathan@tootallnate.net" [label=" 4 ", penwidth="4", color="#00688b93"]; "chrmarti@microsoft.com" -- "felicien@tweakstyle.com" [label=" 3 ", penwidth="3", color="#00688b82"]; "felicien@tweakstyle.com" -- "nathan@tootallnate.net" [label=" 3 ", penwidth="3", color="#00688b82"]; "chrmarti@microsoft.com" -- "mansel@box.com" [label=" 1 ", penwidth="1", color="#00688b5E"]; "felicien@tweakstyle.com" -- "mansel@box.com" [label=" 1 ", penwidth="1", color="#00688b5E"]; "nathan@tootallnate.net" -- "mansel@box.com" [label=" 1 ", penwidth="1", color="#00688b5E"]; "chrmarti@microsoft.com" -- "etiktin@users.noreply.github.com" [label=" 1 ", penwidth="1", color="#00688b5E"]; "felicien@tweakstyle.com" -- "etiktin@users.noreply.github.com" [label=" 1 ", penwidth="1", color="#00688b5E"]; "nathan@tootallnate.net" -- "etiktin@users.noreply.github.com" [label=" 1 ", penwidth="1", color="#00688b5E"]; }