Skip to content

Commit 91a3fd0

Browse files
committed
Document API change in hist
1 parent 3d5a6bb commit 91a3fd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/api_changes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ Code changes
197197
* The :func:`matplotlib.cbook.check_output` function has been moved to
198198
:func:`matplotlib.compat.subprocess`.
199199

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+
200204
Configuration and rcParams
201205
--------------------------
202206

0 commit comments

Comments
 (0)