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
39
39
called when accessing the ``active `` property) to properly update and query
40
40
whether they are active.
41
41
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
+
42
52
.. _whats-new-1-4 :
43
53
44
54
new in matplotlib-1.4
@@ -280,11 +290,6 @@ polar-plot r-tick locations
280
290
Added the ability to control the angular position of the r-tick labels
281
291
on a polar plot via :func: `~matplotlib.Axes.axes.set_rlabel_position `.
282
292
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
-
288
293
289
294
Date handling
290
295
-------------
You can’t perform that action at this time.
0 commit comments