From f79103646fe0c9d1a14d9c97689ed0646caef4c0 Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Wed, 3 Apr 2024 20:17:16 +1030 Subject: [PATCH] unassigned variables --- ausankey/ausankey.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ausankey/ausankey.py b/ausankey/ausankey.py index 778e7de..8197750 100644 --- a/ausankey/ausankey.py +++ b/ausankey/ausankey.py @@ -586,12 +586,6 @@ def subplot(self, ii): self.draw_label(xx, yy, label, ha_dict[self.label_loc[2]]) # Plot flows - if self.flow_edge: - edge_lw = self.flow_lw - edge_alpha = 1 - else: - edge_alpha = self.flow_alpha - edge_lw = 0 for lbl_l in nodes_lr[0]: for lbl_r in nodes_lr[1]: