Skip to content

Commit bb1d42e

Browse files
committed
DOC: Merge in one more new API note
1 parent 17576a2 commit bb1d42e

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

doc/api/next_api_changes/behavior/violinplot_empty.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/api/prev_api_changes/api_changes_3.11.0/behavior.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ histogrammed data, ignoring any other artists. `.Axes.hist2d` now behaves simila
105105
`.Axes.imshow`: axes limits are updated to fit the data, but autoscaling is not
106106
otherwise disabled.
107107

108+
Axes.violinplot and cbook.violin_stats ignore non-finite values
109+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110+
111+
`~matplotlib.axes.Axes.violinplot` and `matplotlib.cbook.violin_stats` now ignore masked
112+
and non-finite (NaN and inf) values.
113+
108114
Minor log tick labels are set by number of major log ticks, not number of decades spanned
109115
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
110116

0 commit comments

Comments
 (0)