Skip to content

Commit 89508c8

Browse files
committed
Merge pull request #258 from jpli/fix-doc-bug
Fix doc bug
2 parents 15e8ad0 + 2c013f4 commit 89508c8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/users/figures/background2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
# lakes=True means plot inland lakes with ocean color.
99
m.drawlsmask(land_color='coral',ocean_color='aqua',lakes=True)
1010
plt.show()
11-
plt.show()

doc/users/figures/lcc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# lat_1 is first standard parallel.
66
# lat_2 is second standard parallel (defaults to lat_1).
77
# lon_0,lat_0 is central point.
8-
# rsphere=(6378137.00,6356752.3142) specifies WGS4 ellipsoid
8+
# rsphere=(6378137.00,6356752.3142) specifies WGS84 ellipsoid
99
# area_thresh=1000 means don't plot coastline features less
1010
# than 1000 km^2 in area.
1111
m = Basemap(width=12000000,height=9000000,

0 commit comments

Comments
 (0)