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 f1ae145 + 4daa8ca commit 7c486f4Copy full SHA for 7c486f4
doc/api/api_changes.rst
@@ -263,6 +263,10 @@ Code changes
263
* The :func:`matplotlib.cbook.check_output` function has been moved to
264
:func:`matplotlib.compat.subprocess`.
265
266
+* The method :meth:`~matplotlib.axes.Axes.hist` now always returns bin
267
+ occupancies as an array of type `float`. Previously, it was sometimes
268
+ an array of type `int`, depending on the call.
269
+
270
Configuration and rcParams
271
--------------------------
272
0 commit comments