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 bf83c16 commit 31e0a10Copy full SHA for 31e0a10
doc/users/whats_new.rst
@@ -26,6 +26,13 @@ Andrew Dawson added a new keyword argument *extendrect* to
26
:meth:`~matplotlib.pyplot.colorbar` to optionally make colorbar
27
extensions rectangular instead of triangular.
28
29
+Calling subplot() without arguments
30
+-----------------------------------
31
+A call to :func:`~matplotlib.pyplot.subplot` without any arguments now
32
+acts the same as `subplot(111)` or `subplot(1,1,1)` -- it creates one axes for
33
+the whole figure. This was already the behavior for both
34
+:func:`~matplotlib.pyplot.axes` and :func:`~matplotlib.pyplot.subplots`, and
35
+now this consistency is shared with :func:`~matplotlib.pyplot.subplot`.
36
37
.. _whats-new-1-2:
38
0 commit comments