Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1c9bc8

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 parentsbb9598d +9109275 commitc1c9bc8

File tree

11 files changed

+510
-248
lines changed

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 <hello.leonyin@gmail.com>
149149

150150
Lion Krischer <lion.krischer@gmail.com> <krischer@geophysik.uni-muenchen.de>
151151

152+
Manan Kevadiya <kevadiyamanan@gmail.com>
153+
Manan Kevadiya <kevadiyamanan@gmail.com> <43081866+manan2501@users.noreply.github.com>
154+
152155
Manuel Nuno Melo <manuel.nuno.melo@gmail.com>
153156

157+
Marco Gorelli <m.e.gorelli@gmail.com>
158+
Marco Gorelli <m.e.gorelli@gmail.com> <33491632+MarcoGorelli@users.noreply.github.com>
159+
154160
Marek Rudnicki <marekrud@gmail.com>
155161

156162
Martin Fitzpatrick <martin.fitzpatrick@gmail.com> <mfitzp@abl.es>
@@ -188,7 +194,9 @@ Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
188194

189195
OceanWolf <juichenieder-tigger@yahoo.co.uk>
190196

191-
Olivier <castany@clevo>
197+
Olivier Castany <1868182+ocastany@users.noreply.github.com>
198+
Olivier Castany <1868182+ocastany@users.noreply.github.com> <Olivier@home>
199+
Olivier Castany <1868182+ocastany@users.noreply.github.com> <castany@clevo>
192200

193201
Om Sitapara <omsitapara23@gmail.com>
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)

[8]ページ先頭

©2009-2025 Movatter.jp