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

Skip to content

use plt.subplots() in examples as much as possible #1462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
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