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

Skip to content

Commit a4e8a44

Browse files
committed
DOC: Mark SubplotBase removals in code style
This fixes the doc build.
1 parent 101cbaa commit a4e8a44

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)