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 95c98df commit 249fd70Copy full SHA for 249fd70
examples/wiki_example.py
@@ -1,7 +1,7 @@
1
from mpl_toolkits.basemap import Basemap
2
import matplotlib.pyplot as plt
3
import numpy as np
4
-# set up orthographic bmap projection with
+# set up orthographic map projection with
5
# perspective of satellite looking down at 50N, 100W.
6
# use low resolution coastlines.
7
bmap = Basemap(projection='ortho',lat_0=45,lon_0=-100,resolution='l')
0 commit comments