Skip to content
Snippets Groups Projects
Commit 113f4b42 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 2833ece8
No related branches found
No related tags found
No related merge requests found
...@@ -311,7 +311,7 @@ def make_icing_image(h5f, probs, ice_lons, ice_lats, clvrx_str_time, satellite, ...@@ -311,7 +311,7 @@ def make_icing_image(h5f, probs, ice_lons, ice_lats, clvrx_str_time, satellite,
title = satellite+', '+clvrx_str_time+' >50% Probability Icing' title = satellite+', '+clvrx_str_time+' >50% Probability Icing'
plt.title(title, loc='left', fontweight='bold', fontsize=24) plt.title(title, loc='left', fontweight='bold', fontsize=24)
cbar = plt.colorbar(p_im) cbar = plt.colorbar(p_im)
cbar.set_label(label='Probability', size='large') cbar.set_label(label='Icing Probability', fontsize=30)
cbar.ax.tick_params(labelsize=30) cbar.ax.tick_params(labelsize=30)
ImageDirAndName = os.path.join(homedir, imagename+'_'+clvrx_str_time) ImageDirAndName = os.path.join(homedir, imagename+'_'+clvrx_str_time)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment