You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix violinplot crash on empty datasets (matplotlib#31700)
* Apply reviewer feedback: stricter len check and align vpstats append logic
* Update lib/matplotlib/tests/test_axes.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* Fix violin_stats bailout to handle all-NaN datasets
* Refactor violin_stats empty dataset check into if/else block
* Fix Ruff W293: Remove trailing whitespace on blank lines in cbook.py
* Refactor violin_stats to use early exit continue pattern
* Refactor violin_stats to use dict literals and document NaN stripping
* Move NaN-stripping documentation to X parameter docstring
* Update lib/matplotlib/cbook.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* MAINT: Use delete_masked_points and document NaN handling for violinplot
* Update lib/matplotlib/axes/_axes.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* Update doc/api/next_api_changes/behavior/violinplot_empty.rst
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* Update lib/matplotlib/cbook.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
* Update doc/api/next_api_changes/behavior/violinplot_empty.rst
Co-authored-by: Scott Shambaugh <14363975+scottshambaugh@users.noreply.github.com>
---------
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
Co-authored-by: Scott Shambaugh <14363975+scottshambaugh@users.noreply.github.com>
0 commit comments