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

Skip to content

Commit 702d42b

Browse files
committed
Change documented "Optional" ScaleBase method to "Required"
This is required, as the base class method raises NotImplementedError, so being documented as "Optional" is misleading.
1 parent c47de0e commit 702d42b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)