8000
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 3f7a552 commit feaf336Copy full SHA for feaf336
doc/api/next_api_changes/removals/23XXX-GL.rst
@@ -21,3 +21,8 @@ Extra parameters to Axes constructor
21
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
22
23
Parameters of the Axes constructor other than *fig* and *rect* are now keyword only.
24
+
25
+``sphinext.plot_directive.align`` has been removed
26
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
28
+Use ``docutils.parsers.rst.directives.images.Image.align`` instead.
lib/matplotlib/sphinxext/plot_directive.py
@@ -162,9 +162,6 @@
162
from matplotlib import _api, _pylab_helpers, cbook
163
164
matplotlib.use("agg")
165
-align = _api.deprecated(
166
- "3.4", alternative="docutils.parsers.rst.directives.images.Image.align")(
167
- Image.align)
168
169
__version__ = 2
170
0 commit comments