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

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DOC: whats_new: plt.subplot without args behaviour
  • Loading branch information
ivanov committed Nov 12, 2012
commit 31e0a104f98140be485e41eb3ee7d613a99db86e
7 changes: 7 additions & 0 deletions doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Andrew Dawson added a new keyword argument *extendrect* to
:meth:`~matplotlib.pyplot.colorbar` to optionally make colorbar
extensions rectangular instead of triangular.

Calling subplot() without arguments
-----------------------------------
A call to :func:`~matplotlib.pyplot.subplot` without any arguments now
acts the same as `subplot(111)` or `subplot(1,1,1)` -- it creates one axes for
the whole figure. This was already the behavior for both
:func:`~matplotlib.pyplot.axes` and :func:`~matplotlib.pyplot.subplots`, and
now this consistency is shared with :func:`~matplotlib.pyplot.subplot`.

.. _whats-new-1-2:

Expand Down