Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaynagi committed Sep 27, 2024
1 parent 62170bc commit 4367516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnoPrimer/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def _plot_primers(self, ax, oligos):
)
ax.add_line(line)

patch = patches.Patch(color=pal[pair], label=f"pair {pair}")
patch = patches.Patch(color=pal[pair_idx], label=f"pair {pair}")
handles.append(patch)

return handles
Expand Down

0 comments on commit 4367516

Please sign in to comment.