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.
1 parent c78b5bf commit 3cde9ffCopy full SHA for 3cde9ff
examples/shade.py
@@ -6,7 +6,7 @@
6
7
# lon_0 is central longitude of projection.
8
# resolution = 'c' means use crude resolution coastlines.
9
-m = Basemap(projection='robin',lon_0=180,resolution='c')
+m = Basemap(projection='robin',lon_0=0,resolution='c')
10
11
m.drawcoastlines()
12
m.fillcontinents(color='coral',lake_color='aqua')
0 commit comments