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

minor

parent 2e292935
Branches
No related tags found
No related merge requests found
......@@ -236,7 +236,8 @@ def make_icing_image(h5f, ice_lons, ice_lats, clvrx_str_time, satellite, domain,
fig = plt.figure(figsize=(48, 30))
ax = fig.add_subplot(1, 1, 1, projection=geos)
ax.set_extent(extent, crs=ccrs.PlateCarree())
if extent is not None:
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='green', linewidth=1.50)
# ax.add_feature(ccrs.cartopy.feature.STATES, linewidth=0.25)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment