Follow up to https://github.com/pydata/pandas/pull/8398
This can be done now.
Remove https://github.com/pandas-dev/pandas/blob/30eb48cc485bb7c7c47a4e7e26f87e469fbd8b8a/pandas/tests/plotting/test_boxplot_method.py#L24-L31
and its use in
https://github.com/pandas-dev/pandas/blob/30eb48cc485bb7c7c47a4e7e26f87e469fbd8b8a/pandas/tests/plotting/test_boxplot_method.py#L158
Keep an eye on https://github.com/matplotlib/matplotlib/pull/3571 and https://github.com/matplotlib/matplotlib/issues/3544 - [x] Number of fliers (https://github.com/pydata/pandas/pull/8429) - [ ] Empty col / all NaN
Comment From: tacaswell
I think the empty column issue is fixed and I could not reproduce the nan problem
Comment From: jreback
this code has been removed as we now require mpl > 2
@TomAugspurger anything left in this issue?
Comment From: TomAugspurger
Should be good.