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

Skip to content

Commit 24727cd

Browse files
authored
Merge pull request #10311 from dstansby/clean-whatsnew
Clean up next what's new files
2 parents a896af8 + 20a1014 commit 24727cd

9 files changed

+19
-18
lines changed

doc/users/next_whats_new/180112-AL-pillowanim.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Writing animations with Pillow
2-
``````````````````````````````
2+
------------------------------
33
It is now possible to use Pillow as an animation writer. Supported output
44
formats are currently gif (Pillow>=3.4) and webp (Pillow>=5.0). Use e.g. as ::
55

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Axes legends now included in tight_bbox
22
---------------------------------------
33

4-
Legends created via ``ax.legend()`` can sometimes overspill the limits of
4+
Legends created via ``ax.legend`` can sometimes overspill the limits of
55
the axis. Tools like ``fig.tight_layout()`` and
6-
``fig.savefig(bbox_inches='tight')`` would clip these legends. A change
6+
``fig.savefig(bbox_inches='tight')`` would clip these legends. A change
77
was made to include them in the ``tight`` calculations.

doc/users/next_whats_new/2017-10_capstyle.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
2-
Add ``capstyle`` and ``joinstyle`` attributes to `Collection`
3-
-------------------------------------------------------------
1+
``capstyle`` and ``joinstyle`` attributes added to `Collection`
2+
---------------------------------------------------------------
43

54
The `Collection` class now has customizable ``capstyle`` and ``joinstyle``
65
attributes. This allows the user for example to set the ``capstyle`` of

doc/users/next_whats_new/2017_10_10_logging.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Logging for debug output
2-
------------------------
1+
Python logging library used for debug output
2+
--------------------------------------------
33

44
Matplotlib has in the past (sporadically) used an internal
55
verbose-output reporter. This version converts those calls to using the

doc/users/next_whats_new/2017_11_19_title_pad.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Add *pad* kwarg to ax.set_title
2-
-------------------------------
1+
*pad* kwarg added to ax.set_title
2+
---------------------------------
33

44
The method `axes.set_title` now has a *pad* kwarg, that specifies the
55
distance from the top of an axes to where the title is drawn. The units
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Comparision of 2 colors in Matplotlib
22
-------------------------------------
33

4-
As the colors in Matplotlib can be specified with a wide variety of ways, this new version consists of a method `matplotlib.colors.same_color` which checks if two `~matplotlib.colors` are the same.
4+
As the colors in Matplotlib can be specified with a wide variety of ways, the
5+
`matplotlib.colors.same_color` method has been added which checks if
6+
two `~matplotlib.colors` are the same.

doc/users/next_whats_new/2018-01-10-AL-pathlike.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PathLike support
2-
````````````````
2+
----------------
33

44
On Python 3.6+, `~matplotlib.pyplot.savefig`, `~matplotlib.pyplot.imsave`,
55
`~matplotlib.pyplot.imread`, and animation writers now accept `os.PathLike`\s
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Rework TkAgg backend to support PyPy
2-
------------------------------------
1+
TkAgg backend reworked to support PyPy
2+
--------------------------------------
33

4-
PyPy_ can plot using the TkAgg backend, supported on PyPy 5.9
5-
and greater (both PyPy for python 2.7 and PyPy for python 3.5)
4+
PyPy_ can now plot using the TkAgg backend, supported on PyPy 5.9
5+
and greater (both PyPy for python 2.7 and PyPy for python 3.5).
66

77
.. _PyPy: https:/www.pypy.org
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
New style colorblind-friendly color cycle
2-
=========================================
2+
-----------------------------------------
33

4-
A new style defining a color cycle has been added, tableau-colorblind10, to provide another option for
4+
A new style defining a color cycle has been added, tableau-colorblind10, to provide another option for
55
colorblind-friendly plots.

0 commit comments

Comments
 (0)