File tree 2 files changed +9
-0
lines changed 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
2013-01-07 Add framealpha keyword argument to legend - PO
2
2
3
+ 2013-01-16 Till Stensitzki added a baseline feature to stackplot
4
+
3
5
2012-12-22 Added classes for interpolation within triangular grids
4
6
(LinearTriInterpolator) and to find the triangles in which points
5
7
lie (TrapezoidMapTriFinder) to matplotlib.tri module. - IMT
Original file line number Diff line number Diff line change @@ -22,6 +22,13 @@ revision, see the :ref:`github-stats`.
22
22
new in matplotlib-1.3
23
23
=====================
24
24
25
+ Baselines for stackplot
26
+ -----------------------
27
+ Till Stensitzki added non-zero baselines to :func: `~matplotlib.pyplot.stackplot `.
28
+ They may be symmetric or weighted.
29
+
30
+ .. plot :: mpl_examples/pylab_examples/stackplot_demo2.py
31
+
25
32
Initialize a rotated rectangle
26
33
------------------------------
27
34
Damon McDougall extended the :class: `~matplotlib.patches.Rectangle ` constructor
You can’t perform that action at this time.
0 commit comments