Skip to content

Commit

Permalink
[doc] fix references to new API
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden committed Oct 31, 2024
1 parent 493fbc6 commit 6f97b1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/api/axis_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ Units
Axis.convert_units
Axis.set_units
Axis.get_units
Axis.set_converter
Axis.get_converter
Axis.update_units


Expand Down
2 changes: 1 addition & 1 deletion lib/matplotlib/axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ def set_converter(self, converter):
Parameters
----------
converter : `~matplotlib.dates.ConversionInterface`
converter : `~matplotlib.units.ConversionInterface`
"""
self._set_converter(converter)
self._converter_is_explicit = True
Expand Down

0 comments on commit 6f97b1c

Please sign in to comment.