Skip to content

Commit

Permalink
oitnb fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Aug 7, 2024
1 parent df33ccd commit 4404ea2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,7 @@ def karhunen_loeve_prediction(
index += 1
map_axis = figure.add_subplot(2, len(sources), index, projection=map_crs)
map_axis.title.set_text(f'{source}')
countries = geopandas.read_file(
geodatasets.get_path('naturalearth land')
)
countries = geopandas.read_file(geodatasets.get_path('naturalearth land'))
countries.plot(color='lightgrey', ax=map_axis)
coast = cartopy.feature.NaturalEarthFeature(
category='physical', scale='50m', facecolor='none', name='coastline'
Expand Down

0 comments on commit 4404ea2

Please sign in to comment.