Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101cbaa commit a4e8a44Copy full SHA for a4e8a44
doc/api/prev_api_changes/api_changes_3.6.0/removals.rst
@@ -154,8 +154,8 @@ The following class methods have been removed:
154
155
- ``ParasiteAxesBase.update_viewlim()``; use `.ParasiteAxesBase.apply_aspect`
156
instead.
157
-- ``Subplot.get_geometry()``; use `.SubplotBase.get_subplotspec` instead.
158
-- ``Subplot.change_geometry()``; use `.SubplotBase.set_subplotspec` instead.
+- ``Subplot.get_geometry()``; use ``SubplotBase.get_subplotspec`` instead.
+- ``Subplot.change_geometry()``; use ``SubplotBase.set_subplotspec`` instead.
159
- ``Subplot.update_params()``; this method did nothing.
160
- ``Subplot.is_first_row()``; use ``ax.get_subplotspec().is_first_row``
161
0 commit comments