Forgot some ...
This commit is contained in:
parent
34ae426c86
commit
a0faed2614
|
@ -663,7 +663,7 @@ class NetworkPlot(Plot):
|
||||||
c=self._nodecolor,
|
c=self._nodecolor,
|
||||||
linewidth=lw,
|
linewidth=lw,
|
||||||
zorder=3)
|
zorder=3)
|
||||||
self._mappable = node_collection
|
self._mappable = self.node_collection
|
||||||
# selected nodes is a transparent graph that adjust node-edge visibility
|
# selected nodes is a transparent graph that adjust node-edge visibility
|
||||||
# according to the current selection needed to get get the selected
|
# according to the current selection needed to get get the selected
|
||||||
# nodes 'on top' as zorder may not be defined individually
|
# nodes 'on top' as zorder may not be defined individually
|
||||||
|
|
Reference in New Issue