File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1005,11 +1005,12 @@ def stock_img(self, name='ne_shaded'):
10051005 """
10061006 Add a standard image to the map.
10071007
1008- Currently, there are 2 options.
1009- 1: 'ne_shaded'(default) a downsampled version of the Natural Earth shaded relief raster.
1010- 2: 'etopo1' a downsampled version of global relief model of Earth's surface that
1011- integrates land topography and ocean bathymetry. This option is the same as the etopo1
1012- from Basemap.
1008+ Currently, there are 2 options:
1009+ 1. 'ne_shaded'(default) a downsampled version of the Natural Earth
1010+ shaded relief raster.
1011+ 2. 'etopo1' a downsampled version of global relief model of Earth's
1012+ surface that integrates land topography and ocean bathymetry. This
1013+ option is the same as the etopo1 from Basemap.
10131014 """
10141015 if name == 'ne_shaded' :
10151016 import os
You can’t perform that action at this time.
0 commit comments