Commit 76f9e448 authored by Jan Žižka's avatar Jan Žižka
Browse files

Remove highlight in crosslayers

As the color is same as used for other highlights the coloring
crosslayer links is confusing.
parent 635d4498
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()