Skip to content

Commit ba8819f

Browse files
author
Jeff Whitaker
committed
Merge pull request #125 from urschrei/patch-1
Correct drawmapscale() docstring
2 parents 3cbc8ca + f581577 commit ba8819f

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
@@ -4385,8 +4385,8 @@ def drawmapscale(self,lon,lat,lon0,lat0,length,barstyle='simple',\
43854385
to the styles provided by Generic Mapping Tools).
43864386
Default ``simple``.
43874387
fontsize for map scale annotations, default 9.
4388-
color for map scale annotations, default black.
4389-
labelstype ``simple`` (default) or ``fancy``. For
4388+
fontcolor for map scale annotations, default black.
4389+
labelstyle ``simple`` (default) or ``fancy``. For
43904390
``fancy`` the map scale factor (ratio betwee
43914391
the actual distance and map projection distance
43924392
at lon0,lat0) and the value of lon0,lat0 are also

0 commit comments

Comments
 (0)