Skip to content

Commit 4eec30e

Browse files
committed
Merge pull request #200 from flamingbear/doc-fix
Documents default value for suppress_ticks=True
2 parents 77e6d87 + e8bb5e2 commit 4eec30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class methods such as drawcoastlines will raise an
305305
rsphere is ignored. Default None. See pyproj.pj_ellps
306306
for allowed values.
307307
suppress_ticks suppress automatic drawing of axis ticks and labels
308-
in map projection coordinates. Default False,
308+
in map projection coordinates. Default True,
309309
so parallels and meridians can be labelled instead.
310310
If parallel or meridian labelling is requested
311311
(using drawparallels and drawmeridians methods),
@@ -329,7 +329,7 @@ class methods such as drawcoastlines will raise an
329329
ax set default axes instance
330330
(default None - matplotlib.pyplot.gca() may be used
331331
to get the current axes instance).
332-
If you don not want matplotlib.pyplot to be imported,
332+
If you do not want matplotlib.pyplot to be imported,
333333
you can either set this to a pre-defined axes
334334
instance, or use the ``ax`` keyword in each Basemap
335335
method call that does drawing. In the first case,

0 commit comments

Comments
 (0)