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

Skip to content

Commit 485e1e1

Browse files
jklymakQuLogic
andauthored
Update lib/matplotlib/figure.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent f542c0b commit 485e1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2160,7 +2160,7 @@ def get_axes(self):
21602160
`~.SubFigure.add_subplot` or `~.SubFigure.delaxes` to add or remove an
21612161
axes.
21622162
2163-
Note: This is equivalent to the property `~.Figure.axes`.
2163+
Note: This is equivalent to the property `~.SubFigure.axes`.
21642164
"""
21652165
return self._localaxes.as_list()
21662166

0 commit comments

Comments
 (0)