We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a551c23 commit 8b27fd2Copy full SHA for 8b27fd2
doc/users/figures/contour1.py
@@ -2,7 +2,7 @@
2
import matplotlib.pyplot as plt
3
import numpy as np
4
# set up orthographic map projection with
5
-# perspective of satellite looking down at 50N, 100W.
+# perspective of satellite looking down at 45N, 100W.
6
# use low resolution coastlines.
7
map = Basemap(projection='ortho',lat_0=45,lon_0=-100,resolution='l')
8
# draw coastlines, country boundaries, fill continents.
0 commit comments