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.
2 parents eae31b1 + 91a3fd0 commit 4daa8caCopy full SHA for 4daa8ca
doc/api/api_changes.rst
@@ -197,6 +197,10 @@ Code changes
197
* The :func:`matplotlib.cbook.check_output` function has been moved to
198
:func:`matplotlib.compat.subprocess`.
199
200
+* The method :meth:`~matplotlib.axes.Axes.hist` now always returns bin
201
+ occupancies as an array of type `float`. Previously, it was sometimes
202
+ an array of type `int`, depending on the call.
203
+
204
Configuration and rcParams
205
--------------------------
206
0 commit comments