BUG: VisibleDeprecationWarning in boxplot #16353
Labels
Difficulty: Medium
https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Maintenance
Milestone
Bug report
Bug summary
boxplot
is callingasarray
on lists of arrays they do not have the same shape. In future NumPy ragged array construction will raise an error unless dtype='object' is explicitly passed.This issue happens in
matplotlib/lib/matplotlib/cbook/__init__.py
Line 1382 in c0bf2ef
Code for reproduction
You need NumPy 1.19dev0 to see this warning.
Actual outcome
Expected outcome
No warning
Matplotlib version
print(matplotlib.get_backend())
): aggThis is on a statsmodels "pre" build that uses the latest nightlies on rackcdn.
The text was updated successfully, but these errors were encountered: