Skip to content

Commit

Permalink
unassigned variables
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Apr 3, 2024
1 parent aec33cd commit f791036
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ausankey/ausankey.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down

0 comments on commit f791036

Please sign in to comment.