Thanks to visit codestin.com Credit goes to github.com
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 77c5978 commit 242ecacCopy full SHA for 242ecac
1 file changed
doc/users/whats_new.rst
@@ -131,11 +131,12 @@ local intensity of the vector field.
131
New hist functionality
132
----------------------
133
134
-Nic Eggert added a new `stack kwarg to :meth:`~matplotlib.pyplot.hist` that
+Nic Eggert added a new `stacked` 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.
+histogram types can be stacked. The `barstacked` histogram type retains its
139
+previous functionality for backwards compatibility.
140
141
Updated shipped dependencies
142
----------------------------
0 commit comments