diff --git a/modules/util/plot.py b/modules/util/plot.py index 9c3477272eeda4332153f79a0869f06dd941fb02..b29cbbe1abeb8b89f4f712ea111981eea5140659 100644 --- a/modules/util/plot.py +++ b/modules/util/plot.py @@ -242,8 +242,8 @@ def make_icing_image(clvrx_file, ice_lons, ice_lats, clvrx_str_time, satellite, ax = fig.add_subplot(1, 1, 1, projection=geos) ax.set_extent(extent, crs=ccrs.PlateCarree()) ax.imshow(image, origin='upper', extent=(xmin, xmax, ymin, ymax), cmap='Greys', transform=geos) - ax.coastlines(resolution='50m', color='black', linewidth=0.25) - ax.add_feature(ccrs.cartopy.feature.STATES, linewidth=0.25) + ax.coastlines(resolution='50m', color='blue', linewidth=0.25) + ax.add_feature(ccrs.cartopy.feature.STATES, color='blue',linewidth=0.25) if ice_lons is not None: ax.scatter(ice_lons, ice_lats, s=40.0, marker='o', color='blue', transform=ccrs.PlateCarree()) if ice_lats_vld is not None: