Skip to content

Commit 77c5978

Browse files
committed
Updated whats_new.rst to document new stacked hist feature
1 parent 7c5e9fc commit 77c5978

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/users/whats_new.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,16 @@ local intensity of the vector field.
127127

128128
.. plot:: mpl_examples/pylab_examples/streamplot_demo.py
129129

130+
131+
New hist functionality
132+
----------------------
133+
134+
Nic Eggert added a new `stack kwarg to :meth:`~matplotlib.pyplot.hist` that
135+
allows creation of stacked histograms using any of the histogram types.
136+
Previously, this functionality was only available by using the `barstacked`
137+
histogram type. Now, when `stacked=True` is passed to the function, any of the
138+
histogram types can be stacked.
139+
130140
Updated shipped dependencies
131141
----------------------------
132142

0 commit comments

Comments
 (0)