Skip to content

Commit ae9304d

Browse files
author
Francis Colas
committed
moved stackplot change in 1.5 section of whats_new
1 parent 332de56 commit ae9304d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

doc/users/whats_new.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ All selectors now implement ``set_active`` and ``get_active`` methods (also
3939
called when accessing the ``active`` property) to properly update and query
4040
whether they are active.
4141

42+
43+
New plotting features
44+
---------------------
45+
46+
Support for legend for PolyCollection and stackplot
47+
```````````````````````````````````````````````````
48+
Added a `legend_handler` for :class:`~matplotlib.collections.PolyCollection` as well as a `labels` argument to
49+
:func:`~matplotlib.axes.Axes.stackplot`.
50+
51+
4252
.. _whats-new-1-4:
4353

4454
new in matplotlib-1.4
@@ -280,11 +290,6 @@ polar-plot r-tick locations
280290
Added the ability to control the angular position of the r-tick labels
281291
on a polar plot via :func:`~matplotlib.Axes.axes.set_rlabel_position`.
282292

283-
Support for legend for PolyCollection and stackplot
284-
```````````````````````````````````````````````````
285-
Added a `legend_handler` for :class:`~matplotlib.collections.PolyCollection` as well as a `labels` argument to
286-
:func:`~matplotlib.axes.Axes.stackplot`.
287-
288293

289294
Date handling
290295
-------------

0 commit comments

Comments
 (0)