8000 [doc] fix references to new API · ksunden/matplotlib@6f97b1c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f97b1c

Browse files
committed
[doc] fix references to new API
1 parent 493fbc6 commit 6f97b1c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/api/axis_api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ Units
169169
Axis.convert_units
170170
Axis.set_units
171171
Axis.get_units
172+
Axis.set_converter
173+
Axis.get_converter
172174
Axis.update_units
173175

174176

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ def set_converter(self, converter):
18361836
18371837
Parameters
18381838
----------
1839-
converter : `~matplotlib.dates.ConversionInterface`
1839+
converter : `~matplotlib.units.ConversionInterface`
18401840
"""
18411841
self._set_converter(converter)
18421842
self._converter_is_explicit = True

0 commit comments

Comments
 (0)
0