From a0faed26143fa00f18ff052c790f49700546eebc Mon Sep 17 00:00:00 2001 From: flatberg Date: Tue, 24 Apr 2007 17:21:40 +0000 Subject: [PATCH] Forgot some ... --- fluents/plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluents/plots.py b/fluents/plots.py index 7230e1b..4b4cde5 100644 --- a/fluents/plots.py +++ b/fluents/plots.py @@ -663,7 +663,7 @@ class NetworkPlot(Plot): c=self._nodecolor, linewidth=lw, zorder=3) - self._mappable = node_collection + self._mappable = self.node_collection # selected nodes is a transparent graph that adjust node-edge visibility # according to the current selection needed to get get the selected # nodes 'on top' as zorder may not be defined individually