I have plotted a box plot with Seaborn. However, the x-axis labels are overlapping. Is there a way to wrap the labels (continue the labels in the next line down) to prevent them from overlapping?
(I would not like to rotate the labels either)
(sns.boxplot(data=train.select_dtypes(int)))