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" ] "datafusion" -- "datafusion" [label=" 73 ", penwidth="10", color="#a0a0a0FF"]; "datafusion" -- "ROOT" [label=" 8 ", penwidth="1", color="#00688b5E"]; "datafusion" -- "benchmarks" [label=" 4 ", penwidth="1", color="#00688b4C"]; "datafusion" -- "datafusion-cli" [label=" 4 ", penwidth="1", color="#00688b4C"]; "datafusion-cli" -- "ROOT" [label=" 3 ", penwidth="1", color="#00688b4C"]; "benchmarks" -- "datafusion-cli" [label=" 3 ", penwidth="1", color="#00688b4C"]; "datafusion-cli" -- "datafusion-cli" [label=" 3 ", penwidth="1", color="#a0a0a04C"]; "benchmarks" -- "benchmarks" [label=" 2 ", penwidth="1", color="#a0a0a04C"]; "benchmarks" -- "ROOT" [label=" 2 ", penwidth="1", color="#00688b4C"]; "dev" -- "ROOT" [label=" 1 ", penwidth="1", color="#00688b4C"]; "dev" -- "datafusion" [label=" 1 ", penwidth="1", color="#00688b4C"]; "test-utils" -- "datafusion" [label=" 1 ", penwidth="1", color="#00688b4C"]; "dev" -- "datafusion-cli" [label=" 1 ", penwidth="1", color="#00688b4C"]; "test-utils" -- "benchmarks" [label=" 1 ", penwidth="1", color="#00688b4C"]; "dev" -- "benchmarks" [label=" 1 ", penwidth="1", color="#00688b4C"]; }