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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
story645 merged 12 commits intomatplotlib:masterfromQuLogic:doc-330
Jul 15, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
12 commits
Select commitHold shift + click to select a range
b562b91
DOC: Fix names for GitHub stats pages.
QuLogicJul 8, 2020
1472b39
Add some duplicate names to mailmap.
QuLogicJul 8, 2020
d5eace4
DOC: Fix some inconsistent heading underlines.
QuLogicJul 8, 2020
8d82673
DOC: Don't use cross-references in section titles.
QuLogicJul 8, 2020
20ccea8
DOC: Re-order 3.3. what's new page.
QuLogicJul 8, 2020
1768605
DOC: Shorten a title.
QuLogicJul 8, 2020
fd7eb1d
DOC: Add more plots to 3.3 what's new.
QuLogicJul 9, 2020
9471870
DOC: Add more entries to 3.3 what's new.
QuLogicJul 9, 2020
a43d8b3
DOC: Fix a typo in Axes.pie docstring.
QuLogicJul 9, 2020
e6648a7
DOC: Edit the 3.3 what's new based on review.
QuLogicJul 10, 2020
2fb42b1
DOC: More edits to the 3.3 what's new from review.
QuLogicJul 14, 2020
42ce0c7
DOC: Re-order 3.3 what's new changes.
QuLogicJul 14, 2020
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
10 changes: 9 additions & 1 deletion.mailmap
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -149,8 +149,14 @@ Leon Yin <hello.leonyin@gmail.com>

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

Manan Kevadiya <kevadiyamanan@gmail.com>
Manan Kevadiya <kevadiyamanan@gmail.com> <43081866+manan2501@users.noreply.github.com>

Manuel Nuno Melo <manuel.nuno.melo@gmail.com>

Marco Gorelli <m.e.gorelli@gmail.com>
Marco Gorelli <m.e.gorelli@gmail.com> <33491632+MarcoGorelli@users.noreply.github.com>

Marek Rudnicki <marekrud@gmail.com>

Martin Fitzpatrick <martin.fitzpatrick@gmail.com> <mfitzp@abl.es>
Expand DownExpand Up@@ -189,7 +195,9 @@ Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

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

Olivier <castany@clevo>
Olivier Castany <1868182+ocastany@users.noreply.github.com>
Olivier Castany <1868182+ocastany@users.noreply.github.com> <Olivier@home>
Olivier Castany <1868182+ocastany@users.noreply.github.com> <castany@clevo>

Om Sitapara <omsitapara23@gmail.com>

Expand Down
6 changes: 3 additions & 3 deletionsdoc/users/prev_whats_new/github_stats_3.1.2.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsdoc/users/prev_whats_new/github_stats_3.2.0.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsdoc/users/prev_whats_new/github_stats_3.2.1.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsdoc/users/prev_whats_new/github_stats_3.2.2.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsdoc/users/prev_whats_new/whats_new_1.0.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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 deletiondoc/users/prev_whats_new/whats_new_1.5.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsdoc/users/prev_whats_new/whats_new_2.2.rst
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsdoc/users/prev_whats_new/whats_new_3.0.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
.. _whats-new-3-0-0:

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

Improved default backend selection
----------------------------------
Expand DownExpand 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

[8]ページ先頭

©2009-2025 Movatter.jp