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

Skip to content

Commit a2e80fd

Browse files
committed
Update formatter and locator doc
1 parent 84dd5c5 commit a2e80fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/units.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ def __init__(self, majloc=None, minloc=None,
6262
"""
6363
Parameters
6464
----------
65-
majloc, minloc : TickLocator, optional
65+
majloc, minloc : Locator, optional
6666
Tick locators for the major and minor ticks.
67-
majfmt, minfmt : TickFormatter, optional
67+
majfmt, minfmt : Formatter, optional
6868
Tick formatters for the major and minor ticks.
6969
label : str, optional
7070
The default axis label.

0 commit comments

Comments
 (0)