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

Skip to content

Commit c1c9bc8

Browse files
authored
Merge pull request #17933 from meeseeksmachine/auto-backport-of-pr-17858-on-v3.3.x
Backport PR #17858 on branch v3.3.x (Refresh what's new page for 3.3.0)
2 parents bb9598d + 9109275 commit c1c9bc8

11 files changed

+510
-248
lines changed

.mailmap

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,14 @@ Leon Yin <[email protected]>
149149

150150
151151

152+
Manan Kevadiya <[email protected]>
153+
154+
152155
Manuel Nuno Melo <[email protected]>
153156

157+
Marco Gorelli <[email protected]>
158+
159+
154160
Marek Rudnicki <[email protected]>
155161

156162
Martin Fitzpatrick <[email protected]> <[email protected]>
@@ -188,7 +194,9 @@ Nicolas P. Rougier <[email protected]>
188194

189195
OceanWolf <[email protected]>
190196

191-
Olivier <castany@clevo>
197+
Olivier Castany <[email protected]>
198+
Olivier Castany <[email protected]> <Olivier@home>
199+
Olivier Castany <[email protected]> <castany@clevo>
192200

193201
Om Sitapara <[email protected]>
194202

doc/users/prev_whats_new/github_stats_3.1.2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. _github-stats_3-1-2:
1+
.. _github-stats-3-1-2:
22

3-
GitHub Stats
4-
============
3+
GitHub Stats for Matplotlib 3.1.2
4+
=================================
55

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

doc/users/prev_whats_new/github_stats_3.2.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _github-stats-3-2-0:
22

3-
GitHub Stats
4-
============
3+
GitHub Stats for Matplotlib 3.2.0
4+
=================================
55

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

doc/users/prev_whats_new/github_stats_3.2.1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _github-stats-3-2-1:
22

3-
GitHub Stats
4-
============
3+
GitHub Stats for Matplotlib 3.2.1
4+
=================================
55

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

doc/users/prev_whats_new/github_stats_3.2.2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
. .. _github-stats-3-2-2:
1+
.. _github-stats-3-2-2:
22

3-
GitHub Stats
4-
============
3+
GitHub Stats for Matplotlib 3.2.2
4+
=================================
55

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

doc/users/prev_whats_new/whats_new_1.0.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.. _whats-new-1-0:
22

33
New in matplotlib 1.0
4-
======================
4+
=====================
55

66
.. contents:: Table of Contents
77
:depth: 2
88

99
.. _whats-new-html5:
1010

1111
HTML5/Canvas backend
12-
---------------------
12+
--------------------
1313

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

4949
Contour fixes and and triplot
50-
---------------------------------
50+
-----------------------------
5151

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

6868
multiple calls to show supported
69-
---------------------------------
69+
--------------------------------
7070

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

8686

8787
mplot3d graphs can be embedded in arbitrary axes
88-
-------------------------------------------------
88+
------------------------------------------------
8989

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

102102
tick_params
103-
------------
103+
-----------
104104

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

110110
Lots of performance and feature enhancements
111-
---------------------------------------------
111+
--------------------------------------------
112112

113113

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

126126
Much improved software carpentry
127-
---------------------------------
127+
--------------------------------
128128

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

142142
Bugfix marathon
143-
----------------
143+
---------------
144144

145145
Eric Firing went on a bug fixing and closing marathon, closing over 100 bugs on
146146
the (now-closed) SourceForge bug tracker with help from Jae-Joon Lee, Michael

doc/users/prev_whats_new/whats_new_1.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ on two or more property cycles.
113113

114114

115115
New Colormaps
116-
--------------
116+
-------------
117117

118118
All four of the colormaps proposed as the new default are available
119119
as ``'viridis'`` (the new default in 2.0), ``'magma'``, ``'plasma'``, and

doc/users/prev_whats_new/whats_new_2.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ Features include:
3737
Note the new API to access this:
3838

3939
New ``plt.figure`` and ``plt.subplots`` kwarg: ``constrained_layout``
40-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
40+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4141

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

4646
New ``ax.set_position`` behaviour
47-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
47+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4848

4949
`.Axes.set_position` now makes the specified axis no
5050
longer responsive to ``constrained_layout``, consistent with the idea that the

doc/users/prev_whats_new/whats_new_3.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _whats-new-3-0-0:
22

33
New in Matplotlib 3.0
4-
=============================
4+
=====================
55

66
Improved default backend selection
77
----------------------------------
@@ -41,7 +41,7 @@ the order of magnitude depending on the axis values, rather than keeping it fixe
4141

4242

4343
Add ``AnchoredDirectionArrows`` feature to mpl_toolkits
44-
--------------------------------------------------------
44+
-------------------------------------------------------
4545

4646
A new mpl_toolkits class
4747
:class:`~mpl_toolkits.axes_grid1.anchored_artists.AnchoredDirectionArrows`

0 commit comments

Comments
 (0)