Skip to content

Commit bcad813

Browse files
authored
Merge pull request #479 from obi1kenobi/patch-1
Update comment to match example code
2 parents a551c23 + 8b27fd2 commit bcad813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/figures/contour1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import matplotlib.pyplot as plt
33
import numpy as np
44
# set up orthographic map projection with
5-
# perspective of satellite looking down at 50N, 100W.
5+
# perspective of satellite looking down at 45N, 100W.
66
# use low resolution coastlines.
77
map = Basemap(projection='ortho',lat_0=45,lon_0=-100,resolution='l')
88
# draw coastlines, country boundaries, fill continents.

0 commit comments

Comments
 (0)