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
plot.box_plots really is the last plot method that still uses seaborn. It should be rewritten using matplotlib, so we can remove the dependency on seaborn.
At the same time you can create a consistent box plot for tabular and columns. #805