diff --git a/modules/util/plot.py b/modules/util/plot.py index d576b7c8ca92b709d610a582eddb306f95ee7469..742dca0526e018500e840fcb5f57f6aae7cde081 100644 --- a/modules/util/plot.py +++ b/modules/util/plot.py @@ -251,6 +251,7 @@ def make_icing_image(h5f, probs, ice_lons, ice_lats, clvrx_str_time, satellite, title = satellite+', '+clvrx_str_time+' >55% Probability Icing' plt.title(title, loc='left', fontweight='bold', fontsize=24) + plt.colorbar() ImageDirAndName = os.path.join(homedir, imagename+'_'+clvrx_str_time) fig.savefig(ImageDirAndName)