Skip to content

Commit 3ab5edb

Browse files
committed
Merge pull request #3997 from ndevenish/docfix
DOC : Change documented "Optional" ScaleBase method to "Required"
1 parent d675e17 commit 3ab5edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/scale.py

Lines changed: 1 addition & 1 deletion
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)