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="#DC143C" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "code/solutions/layered-stacks" -- "code/solutions/nested-stacks" [label=" 569 ", penwidth="10", color="#DC143CFF"]; "code/solutions" -- "code/solutions/layered-stacks" [label=" 569 ", penwidth="10", color="#DC143CFF"]; "code/solutions" -- "code/solutions/nested-stacks" [label=" 560 ", penwidth="9", color="#DC143CED"]; "code/solutions" -- "code/workspace" [label=" 552 ", penwidth="9", color="#DC143CED"]; "code/workspace/layered-stacks" -- "code/workspace/nested-stacks" [label=" 478 ", penwidth="8", color="#DC143CDB"]; "code/solutions/layered-stacks" -- "code/workspace/layered-stacks" [label=" 392 ", penwidth="6", color="#DC143CB7"]; "code/solutions/nested-stacks" -- "code/workspace/layered-stacks" [label=" 390 ", penwidth="6", color="#DC143CB7"]; "code/solutions/nested-stacks" -- "code/workspace/nested-stacks" [label=" 348 ", penwidth="6", color="#DC143CB7"]; "code/solutions" -- "code/workspace/layered-stacks" [label=" 334 ", penwidth="5", color="#DC143CA5"]; "code/solutions/layered-stacks" -- "code/workspace/nested-stacks" [label=" 334 ", penwidth="5", color="#DC143CA5"]; "code/workspace/layered-stacks" -- "code/workspace" [label=" 333 ", penwidth="5", color="#DC143CA5"]; "code/solutions" -- "code/workspace/nested-stacks" [label=" 270 ", penwidth="4", color="#DC143C93"]; "code/workspace/nested-stacks" -- "code/workspace" [label=" 263 ", penwidth="4", color="#DC143C93"]; "code/solutions/layered-stacks" -- "code/workspace" [label=" 195 ", penwidth="3", color="#DC143C82"]; "code/solutions/nested-stacks" -- "code/workspace" [label=" 193 ", penwidth="3", color="#DC143C82"]; "code/solutions/linting-and-testing" -- "code/workspace/linting-and-testing" [label=" 64 ", penwidth="1", color="#DC143C5E"]; }