graph G { compound="true" rankdir="TB" bgcolor="white" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="crimson" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "examples/website-demo" -- "bindings/python" [label=" 190 ", penwidth="10"]; "examples/get-started" -- "bindings/python" [label=" 50 ", penwidth="2"]; }