Skip to content

Commit

Permalink
Remove redundant edge alpha settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Apr 7, 2024
1 parent f86adbc commit 8f91301
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ausankey/ausankey.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,15 +735,13 @@ def draw_flow(self, xx, yd, yu, col):
xx,
yd,
color=col,
alpha=self.edge_alpha,
lw=self.flow_lw,
snap=True,
)
self.ax.plot(
xx,
yu,
color=col,
alpha=self.edge_alpha,
lw=self.flow_lw,
snap=True,
)
Expand Down

0 comments on commit 8f91301

Please sign in to comment.