Skip to content

Commit

Permalink
pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindougherty-noaa committed Jun 26, 2024
1 parent 17cc991 commit 3c12073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emcpy/plots/create_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ def _plot_legend(self, ax, legend):
leg = ax.legend(**legend)

for handle in leg.legend_handles:
handle._sizes = [20]
handle._sizes = [20]

def _plot_text(self, ax, text_in):
"""
Expand Down

0 comments on commit 3c12073

Please sign in to comment.