Loading example-multilayer-software-system-model.py +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ net.add_cross_layer("Programs", "Runtimes", 0.1) # Add also links among "non-adjecent" layers. In theory there is no # real adjecency, but in practice some layers are "closer" with respect # of spatial or other proximity then the others. net.add_cross_layer("Programmers", "Runtimes", 0.04, color="red", width=5) net.add_cross_layer("Programmers", "Runtimes", 0.04) net.draw() Loading Loading
example-multilayer-software-system-model.py +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ net.add_cross_layer("Programs", "Runtimes", 0.1) # Add also links among "non-adjecent" layers. In theory there is no # real adjecency, but in practice some layers are "closer" with respect # of spatial or other proximity then the others. net.add_cross_layer("Programmers", "Runtimes", 0.04, color="red", width=5) net.add_cross_layer("Programmers", "Runtimes", 0.04) net.draw() Loading