Skip to content

Commit

Permalink
delete extraneous
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez committed May 9, 2024
1 parent 8307c6e commit 175be2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pcmdi_metrics/sea_ice/scripts/sea_ice_figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
datamax = np.nanmax(np.concatenate((np.array(mse_clim), np.array(mse_ext))))
ymax = (datamax) * 1.3
ax7[inds].set_ylim(0.0, ymax)
print(ymax)

if ymax < 0.1:
ticks = np.linspace(0, 0.1, 6)
labels = [str(round(x, 3)) for x in ticks]
Expand All @@ -155,7 +155,6 @@
xycoords="axes fraction",
size=9,
)
aw = 0.07

# Add legend, save figure
ax7[0].legend(loc="upper right", fontsize=6)
Expand Down

0 comments on commit 175be2d

Please sign in to comment.