digraph 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" ] "siteMods" [fillcolor="deepskyblue2"]; "ROOT" [fillcolor="deepskyblue2"]; "commons-math-transform" [fillcolor="deepskyblue2"]; "commons-math-legacy" [fillcolor="deepskyblue2"]; "commons-math-legacy-exception" [fillcolor="deepskyblue2"]; "commons-math-core" [fillcolor="deepskyblue2"]; "commons-math-legacy-core" [fillcolor="deepskyblue2"]; "doc" [fillcolor="deepskyblue2"]; "dist-archive" [fillcolor="deepskyblue2"]; "commons-math-neuralnet" [fillcolor="deepskyblue2"]; "commons-math-docs" [fillcolor="deepskyblue2"]; "src" [fillcolor="deepskyblue2"]; "commons-math-legacy" -> "commons-math-legacy-exception" [label=" 300 ", penwidth="10", color="#00688bFF"]; "commons-math-legacy" -> "commons-math-core" [label=" 171 ", penwidth="5", color="#00688bA5"]; "commons-math-legacy" -> "commons-math-legacy-core" [label=" 151 ", penwidth="5", color="#00688bA5"]; "commons-math-legacy-core" -> "commons-math-legacy-exception" [label=" 5 ", penwidth="1", color="#00688b4C"]; "commons-math-legacy-core" -> "commons-math-core" [label=" 1 ", penwidth="1", color="#00688b4C"]; }