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
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,
You can’t perform that action at this time.
0 commit comments