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

Skip to content

Commit 231d1c8

Browse files
authored
Merge pull request #24236 from QuLogic/fix-doc
DOC: Mark SubplotBase removals in code style
2 parents 113fc77 + a4e8a44 commit 231d1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/prev_api_changes/api_changes_3.6.0/removals.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ The following class methods have been removed:
154154

155155
- ``ParasiteAxesBase.update_viewlim()``; use `.ParasiteAxesBase.apply_aspect`
156156
instead.
157-
- ``Subplot.get_geometry()``; use `.SubplotBase.get_subplotspec` instead.
158-
- ``Subplot.change_geometry()``; use `.SubplotBase.set_subplotspec` instead.
157+
- ``Subplot.get_geometry()``; use ``SubplotBase.get_subplotspec`` instead.
158+
- ``Subplot.change_geometry()``; use ``SubplotBase.set_subplotspec`` instead.
159159
- ``Subplot.update_params()``; this method did nothing.
160160
- ``Subplot.is_first_row()``; use ``ax.get_subplotspec().is_first_row``
161161
instead.

0 commit comments

Comments
 (0)