File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ class methods such as drawcoastlines will raise an
305
305
rsphere is ignored. Default None. See pyproj.pj_ellps
306
306
for allowed values.
307
307
suppress_ticks suppress automatic drawing of axis ticks and labels
308
- in map projection coordinates. Default False ,
308
+ in map projection coordinates. Default True ,
309
309
so parallels and meridians can be labelled instead.
310
310
If parallel or meridian labelling is requested
311
311
(using drawparallels and drawmeridians methods),
@@ -329,7 +329,7 @@ class methods such as drawcoastlines will raise an
329
329
ax set default axes instance
330
330
(default None - matplotlib.pyplot.gca() may be used
331
331
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,
333
333
you can either set this to a pre-defined axes
334
334
instance, or use the ``ax`` keyword in each Basemap
335
335
method call that does drawing. In the first case,
You can’t perform that action at this time.
0 commit comments