8000 Add what's new for hist accepting nans · matplotlib/matplotlib@17a01b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17a01b3

Browse files
committed
Add what's new for hist accepting nans
1 parent 3a23069 commit 17a01b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0