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" ] "pytheas-core" [fillcolor="deepskyblue2"]; "pytheas-karyon" [fillcolor="deepskyblue2"]; "pytheas-api" [fillcolor="deepskyblue2"]; "pytheas-helloworld" [fillcolor="deepskyblue2"]; "pytheas-core" -> "pytheas-api" [label=" 7 ", penwidth="7", color="#00688bC9"]; "pytheas-helloworld" -> "pytheas-core" [label=" 2 ", penwidth="2", color="#00688b70"]; "pytheas-helloworld" -> "pytheas-api" [label=" 2 ", penwidth="2", color="#00688b70"]; "pytheas-karyon" -> "pytheas-api" [label=" 1 ", penwidth="1", color="#00688b5E"]; }