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 e511007 commit 9ee390fCopy full SHA for 9ee390f
doc/users/next_whats_new/2017-11-09_hist-ignores-nans.rst
@@ -0,0 +1,6 @@
1
+Histogram function now accepts nan values in input
2
+--------------------------------------------------
3
+
4
+The `~.Axes.hist` function now accepts nan values in both the *data* and
5
+*weights* input. Previously this would just error. Now any invalid values
6
+are simply ignored when calculating the histogram values.
0 commit comments