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 3d5a6bb commit 91a3fd0Copy full SHA for 91a3fd0
1 file changed
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