We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15e8ad0 + 2c013f4 commit 89508c8Copy full SHA for 89508c8
doc/users/figures/background2.py
@@ -8,4 +8,3 @@
8
# lakes=True means plot inland lakes with ocean color.
9
m.drawlsmask(land_color='coral',ocean_color='aqua',lakes=True)
10
plt.show()
11
-plt.show()
doc/users/figures/lcc.py
@@ -5,7 +5,7 @@
5
# lat_1 is first standard parallel.
6
# lat_2 is second standard parallel (defaults to lat_1).
7
# lon_0,lat_0 is central point.
-# rsphere=(6378137.00,6356752.3142) specifies WGS4 ellipsoid
+# rsphere=(6378137.00,6356752.3142) specifies WGS84 ellipsoid
# area_thresh=1000 means don't plot coastline features less
# than 1000 km^2 in area.
m = Basemap(width=12000000,height=9000000,
0 commit comments