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

Skip to content

Commit 974904d

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

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` now accepts nan values in both the *data* and *weights*
5+
input. Previously this would just error. Now any invalid values are simply
6+
ignored when calculating the his 319E togram values.

0 commit comments

Comments
 (0)
0