From 8b27fd2b172373dc8fe59449076b01c332676cf8 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Wed, 18 Dec 2019 10:21:45 -0500 Subject: [PATCH] Update comment to match example code I'm not very familiar with this library, but this seemed to be a typo. --- doc/users/figures/contour1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/figures/contour1.py b/doc/users/figures/contour1.py index 64587b4c2..4557ee01f 100644 --- a/doc/users/figures/contour1.py +++ b/doc/users/figures/contour1.py @@ -2,7 +2,7 @@ import matplotlib.pyplot as plt import numpy as np # set up orthographic map projection with -# perspective of satellite looking down at 50N, 100W. +# perspective of satellite looking down at 45N, 100W. # use low resolution coastlines. map = Basemap(projection='ortho',lat_0=45,lon_0=-100,resolution='l') # draw coastlines, country boundaries, fill continents.