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

Skip to content

Commit 9ee390f

Browse files
committed
Add what's new for hist accepting nans
1 parent e511007 commit 9ee390f

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