We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5e9fc commit 77c5978Copy full SHA for 77c5978
doc/users/whats_new.rst
@@ -127,6 +127,16 @@ local intensity of the vector field.
127
128
.. plot:: mpl_examples/pylab_examples/streamplot_demo.py
129
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
140
Updated shipped dependencies
141
----------------------------
142
0 commit comments