oops ... (broken code fixed)
This commit is contained in:
parent
4de65f1085
commit
d27278241c
|
@ -1096,8 +1096,6 @@ class NetworkPlot(Plot):
|
||||||
index = self.get_index_from_selection(self.dataset, selection)
|
index = self.get_index_from_selection(self.dataset, selection)
|
||||||
if len(index) > 0:
|
if len(index) > 0:
|
||||||
linewidth.put(2, index)
|
linewidth.put(2, index)
|
||||||
nodelist = selection[self.current_dim]
|
|
||||||
selected_edges = self.grap
|
|
||||||
self.selected_nodes.set_linewidth(linewidth)
|
self.selected_nodes.set_linewidth(linewidth)
|
||||||
self.canvas.draw()
|
self.canvas.draw()
|
||||||
|
|
||||||
|
|
Reference in New Issue