Skip to content

Commit 4daa8ca

Browse files
committed
Merge pull request matplotlib#2430 from neggert/hist_doc
Document API change in hist
2 parents eae31b1 + 91a3fd0 commit 4daa8ca

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)