Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4daa8ca

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎doc/api/api_changes.rst

Copy file name to clipboardExpand all lines: doc/api/api_changes.rst
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.