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

Skip to content

Refresh what's new page for 3.3.0 #17858

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

Merged
merged 12 commits into from
Jul 15, 2020
Merged
10 changes: 9 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,14 @@ Leon Yin <[email protected]>

Lion Krischer <[email protected]> <[email protected]>

Manan Kevadiya <[email protected]>
Manan Kevadiya <[email protected]> <[email protected]>

Manuel Nuno Melo <[email protected]>

Marco Gorelli <[email protected]>
Marco Gorelli <[email protected]> <[email protected]>

Marek Rudnicki <[email protected]>

Martin Fitzpatrick <[email protected]> <[email protected]>
Expand Down Expand Up @@ -189,7 +195,9 @@ Nicolas P. Rougier <[email protected]>

OceanWolf <[email protected]>

Olivier <castany@clevo>
Olivier Castany <[email protected]>
Olivier Castany <[email protected]> <Olivier@home>
Olivier Castany <[email protected]> <castany@clevo>

Om Sitapara <[email protected]>

Expand Down
6 changes: 3 additions & 3 deletions doc/users/prev_whats_new/github_stats_3.1.2.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _github-stats_3-1-2:
.. _github-stats-3-1-2:

GitHub Stats
============
GitHub Stats for Matplotlib 3.1.2
=================================

GitHub stats for 2019/05/18 - 2019/06/30 (tag: v3.1.0)

Expand Down
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/github_stats_3.2.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _github-stats-3-2-0:

GitHub Stats
============
GitHub Stats for Matplotlib 3.2.0
=================================

GitHub stats for 2019/05/18 - 2020/03/03 (tag: v3.1.0)

Expand Down
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/github_stats_3.2.1.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _github-stats-3-2-1:

GitHub Stats
============
GitHub Stats for Matplotlib 3.2.1
=================================

GitHub stats for 2020/03/03 - 2020/03/17 (tag: v3.2.0)

Expand Down
6 changes: 3 additions & 3 deletions doc/users/prev_whats_new/github_stats_3.2.2.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
. .. _github-stats-3-2-2:
.. _github-stats-3-2-2:

GitHub Stats
============
GitHub Stats for Matplotlib 3.2.2
=================================

GitHub stats for 2020/03/18 - 2020/06/17 (tag: v3.2.1)

Expand Down
18 changes: 9 additions & 9 deletions doc/users/prev_whats_new/whats_new_1.0.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.. _whats-new-1-0:

New in matplotlib 1.0
======================
=====================

.. contents:: Table of Contents
:depth: 2

.. _whats-new-html5:

HTML5/Canvas backend
---------------------
--------------------

Simon Ratcliffe and Ludwig Schwardt have released an `HTML5/Canvas
<http://code.google.com/p/mplh5canvas/>`__ backend for matplotlib. The
Expand Down Expand Up @@ -47,7 +47,7 @@ indexing (starts with 0). e.g.::
See :doc:`/gallery/subplots_axes_and_figures/subplot_demo` for several code examples.

Contour fixes and and triplot
---------------------------------
-----------------------------

Ian Thomas has fixed a long-standing bug that has vexed our most
talented developers for years. :func:`~matplotlib.pyplot.contourf`
Expand All @@ -66,7 +66,7 @@ plotting unstructured triangular grids.
Triplot Demo

multiple calls to show supported
---------------------------------
--------------------------------

A long standing request is to support multiple calls to
:func:`~matplotlib.pyplot.show`. This has been difficult because it
Expand All @@ -85,7 +85,7 @@ and `bug tracker


mplot3d graphs can be embedded in arbitrary axes
-------------------------------------------------
------------------------------------------------

You can now place an mplot3d graph into an arbitrary axes location,
supporting mixing of 2D and 3D graphs in the same figure, and/or
Expand All @@ -100,15 +100,15 @@ argument to add_axes or add_subplot. Thanks Ben Root.
What's New 1 Subplot3d

tick_params
------------
-----------

Eric Firing wrote tick_params, a convenience method for changing the
appearance of ticks and tick labels. See pyplot function
:func:`~matplotlib.pyplot.tick_params` and associated Axes method
:meth:`~matplotlib.axes.Axes.tick_params`.

Lots of performance and feature enhancements
---------------------------------------------
--------------------------------------------


* Faster magnification of large images, and the ability to zoom in to
Expand All @@ -124,7 +124,7 @@ Lots of performance and feature enhancements
throughout the API

Much improved software carpentry
---------------------------------
--------------------------------

The matplotlib trunk is probably in as good a shape as it has ever
been, thanks to improved `software carpentry
Expand All @@ -140,7 +140,7 @@ Thanks to Andrew Straw, Michael Droettboom and other matplotlib
developers for the heavy lifting.

Bugfix marathon
----------------
---------------

Eric Firing went on a bug fixing and closing marathon, closing over 100 bugs on
the (now-closed) SourceForge bug tracker with help from Jae-Joon Lee, Michael
Expand Down
2 changes: 1 addition & 1 deletion doc/users/prev_whats_new/whats_new_1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ on two or more property cycles.


New Colormaps
--------------
-------------

All four of the colormaps proposed as the new default are available
as ``'viridis'`` (the new default in 2.0), ``'magma'``, ``'plasma'``, and
Expand Down
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/whats_new_2.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ Features include:
Note the new API to access this:

New ``plt.figure`` and ``plt.subplots`` kwarg: ``constrained_layout``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

:meth:`~matplotlib.pyplot.figure` and :meth:`~matplotlib.pyplot.subplots`
can now be called with ``constrained_layout=True`` kwarg to enable
constrained_layout.

New ``ax.set_position`` behaviour
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

`.Axes.set_position` now makes the specified axis no
longer responsive to ``constrained_layout``, consistent with the idea that the
Expand Down
4 changes: 2 additions & 2 deletions doc/users/prev_whats_new/whats_new_3.0.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _whats-new-3-0-0:

New in Matplotlib 3.0
=============================
=====================

Improved default backend selection
----------------------------------
Expand Down Expand Up @@ -41,7 +41,7 @@ the order of magnitude depending on the axis values, rather than keeping it fixe


Add ``AnchoredDirectionArrows`` feature to mpl_toolkits
--------------------------------------------------------
-------------------------------------------------------

A new mpl_toolkits class
:class:`~mpl_toolkits.axes_grid1.anchored_artists.AnchoredDirectionArrows`
Expand Down
Loading