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
whats_new: a note about the changed example
  • Loading branch information
ivanov committed Nov 12, 2012
commit 79df1b64f2944ad7f126052fc833d73fab21e897
9 changes: 9 additions & 0 deletions doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ revision, see the :ref:`github-stats`.

.. _whats-new-1-2:

new in matplotlib-XXX
=======================

For the sake of brevity and clarity, most of the :ref:`examples
<examples-index>` now use the newer :func:`~matplotlib.pyplot.subplots`
, which creates a figure and one (or multiple) axes object(s) in one
call. The old way involved a call to :func:`~matplotlib.pyplot.figure`,
followed by one (or multiple) :func:`~matplotlib.pyplot.subplot` calls.

new in matplotlib-1.2
=====================

Expand Down