We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6aac55 commit 9dea11dCopy full SHA for 9dea11d
chroma_gui/plotting/functions.py
@@ -194,7 +194,7 @@ def plot_freq(fig,
194
# ax3.get_legend_handles_labels())]
195
leg = ax.legend(handles, labels, loc='upper left')
196
leg = ax2.legend(handles, labels, loc='upper left')
197
- for lh in leg.legendHandles:
+ for lh in leg.legend_handles:
198
lh.set_alpha(1)
199
200
ax.ticklabel_format(axis='y', style='sci', useMathText=True)
0 commit comments