Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
Refs: #83
  • Loading branch information
malloryprow committed Oct 28, 2021
2 parents 8d6ffb7 + 7d7b959 commit a0a33f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ush/plotting_scripts/plot_maps2d_zonal_mean_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ def plot_subplot_data(ax_tmp, plot_data, plot_data_lat, plot_data_levels,
ax_tmp.clabel(C_tmp, C_tmp.levels,
fmt=fmt,
inline=True,
fontsize=12.5,
color='k')
fontsize=12.5)
else:
CF_tmp = None
return CF_tmp
Expand Down
3 changes: 1 addition & 2 deletions ush/plotting_scripts/plot_mapsda_zonal_mean_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,7 @@ def plot_subplot_data(ax_tmp, plot_data, plot_data_lat, plot_data_levels,
ax_tmp.clabel(C_tmp, C_tmp.levels,
fmt=fmt,
inline=True,
fontsize=12.5,
color='k')
fontsize=12.5)
else:
CF_tmp = None
return CF_tmp
Expand Down

0 comments on commit a0a33f7

Please sign in to comment.