File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,16 @@ All selectors now implement ``set_active`` and ``get_active`` methods (also
3939called when accessing the ``active `` property) to properly update and query
4040whether 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
4454new in matplotlib-1.4
@@ -280,11 +290,6 @@ polar-plot r-tick locations
280290Added the ability to control the angular position of the r-tick labels
281291on 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
289294Date handling
290295-------------
You can’t perform that action at this time.
0 commit comments