updated so that throughputs will update link color/width based on threshold
This commit is contained in:
parent
5dd08c283a
commit
2be0713ed1
7 changed files with 75 additions and 167 deletions
|
@ -128,7 +128,6 @@ class CanvasNode:
|
|||
self.canvas.coords(edge.id, x, y, x2, y2)
|
||||
else:
|
||||
self.canvas.coords(edge.id, x1, y1, x, y)
|
||||
self.canvas.throughput_draw.move(edge)
|
||||
edge.update_labels()
|
||||
|
||||
for edge in self.wireless_edges:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue