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

Skip to content

Commit be2e70c

Browse files
committed
DOC : added inherited-members to Axes autodoc
The re-factor of Axes split the class up into several classes and the function from `_AxesBase` (such as `set_aspect`) were not being included in the generated documentation.
1 parent 6bbfae6 commit be2e70c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/axes_api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ axes
99
.. autoclass:: matplotlib.axes.Axes
1010
:members:
1111
:undoc-members:
12+
:inherited-members:

0 commit comments

Comments
 (0)