Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37fcaf2

Browse files
committed
DOC avoid references to decades in ticker module
1 parent ee0e513 commit 37fcaf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ def label_minor(self, labelOnlyBase):
877877
Parameters
878878
----------
879879
labelOnlyBase : bool, optional, default: True
880-
If True, only label decades.
880+
If true, label ticks only at integer powers of base.
881881
882882
"""
883883
self.labelOnlyBase = labelOnlyBase

0 commit comments

Comments
 (0)