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

Skip to content

Commit ff8cce4

Browse files
committed
Update changelog and whats_new
1 parent 6975bcb commit ff8cce4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2013-01-07 Add framealpha keyword argument to legend - PO
22

3+
2013-01-16 Till Stensitzki added a baseline feature to stackplot
4+
35
2012-12-22 Added classes for interpolation within triangular grids
46
(LinearTriInterpolator) and to find the triangles in which points
57
lie (TrapezoidMapTriFinder) to matplotlib.tri module. - IMT

doc/users/whats_new.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ revision, see the :ref:`github-stats`.
2222
new in matplotlib-1.3
2323
=====================
2424

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+
2532
Initialize a rotated rectangle
2633
------------------------------
2734
Damon McDougall extended the :class:`~matplotlib.patches.Rectangle` constructor

0 commit comments

Comments
 (0)