Skip to content

Commit 8b27fd2

Browse files
author
Predrag Gruevski
authored
Update comment to match example code
I'm not very familiar with this library, but this seemed to be a typo.
1 parent a551c23 commit 8b27fd2

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)