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

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelog and whats_new
  • Loading branch information
dmcdougall committed Jan 26, 2013
commit ff8cce4fb1c55792f7b508496f9945b15f2ee85b
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2013-01-07 Add framealpha keyword argument to legend - PO

2013-01-16 Till Stensitzki added a baseline feature to stackplot

2012-12-22 Added classes for interpolation within triangular grids
(LinearTriInterpolator) and to find the triangles in which points
lie (TrapezoidMapTriFinder) to matplotlib.tri module. - IMT
Expand Down
7 changes: 7 additions & 0 deletions doc/users/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ revision, see the :ref:`github-stats`.
new in matplotlib-1.3
=====================

Baselines for stackplot
-----------------------
Till Stensitzki added non-zero baselines to :func:`~matplotlib.pyplot.stackplot`.
They may be symmetric or weighted.

.. plot:: mpl_examples/pylab_examples/stackplot_demo2.py

Initialize a rotated rectangle
------------------------------
Damon McDougall extended the :class:`~matplotlib.patches.Rectangle` constructor
Expand Down