diff --git a/modules/util/plot.py b/modules/util/plot.py index 5f43654e386e671247dc98fe76f10f177e07fee5..98f22192d9f32b151e50d761c9b3c7d8d3a49964 100644 --- a/modules/util/plot.py +++ b/modules/util/plot.py @@ -17,7 +17,7 @@ from matplotlib.colors import LinearSegmentedColormap from matplotlib.markers import MarkerStyle from util.setup import home_dir -import mpl_scatter_density +# import mpl_scatter_density logdir = home_dir+'/tf_logs' root_imgdir = home_dir @@ -277,7 +277,7 @@ def make_icing_image(h5f, probs, ice_lons, ice_lats, clvrx_str_time, satellite, # p_im = ax.imshow(probs, cmap='Purples', origin='upper', extent=(xmin, xmax, ymin, ymax), p_im = ax.imshow(probs, cmap='jet', origin='upper', extent=(xmin, xmax, ymin, ymax), # p_im = ax.imshow(probs, cmap=icing_cmap, origin='upper', extent=(xmin, xmax, ymin, ymax), - vmin=0.55, vmax=1.0, alpha=0.8, transform=geos) + vmin=0.52, vmax=1.0, alpha=0.8, transform=geos) ax.coastlines(resolution='50m', color='green', linewidth=1.50) ax.add_feature(ccrs.cartopy.feature.STATES, linewidth=1.50, edgecolor='green') ax.add_feature(ccrs.cartopy.feature.BORDERS, linewidth=1.50, edgecolor='green')