Skip to content

Commit 3cde9ff

Browse files
committed
Issue #610 changed the central longitude of projection to 0
1 parent c78b5bf commit 3cde9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/shade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# lon_0 is central longitude of projection.
88
# resolution = 'c' means use crude resolution coastlines.
9-
m = Basemap(projection='robin',lon_0=180,resolution='c')
9+
m = Basemap(projection='robin',lon_0=0,resolution='c')
1010

1111
m.drawcoastlines()
1212
m.fillcontinents(color='coral',lake_color='aqua')

0 commit comments

Comments
 (0)