Skip to content

Commit

Permalink
Remove contour label color argument
Browse files Browse the repository at this point in the history
Refs: #83
  • Loading branch information
malloryprow committed Oct 28, 2021
1 parent f57d618 commit 6f4650f
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 6f4650f

Please sign in to comment.