Skip to content

Commit 9408937

Browse files
committed
Merge pull request matplotlib#3997 from ndevenish/docfix
DOC : Change documented "Optional" ScaleBase method to "Required"
2 parents b1bf4ca + 702d42b commit 9408937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/scale.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class ScaleBase(object):
2525
2626
- :attr:`name`
2727
- :meth:`get_transform`
28+
- :meth:`set_default_locators_and_formatters`
2829
2930
And optionally:
30-
- :meth:`set_default_locators_and_formatters`
3131
- :meth:`limit_range_for_scale`
3232
"""
3333
def get_transform(self):

0 commit comments

Comments
 (0)