I'm sure there is a quick fix for this. How do I make it so the column titles (histogram titles in image) don't get overlapped by the histogram above it.
import matplotlib.pyplot as plt
%matplotlib inline
class_train.hist(bins=50, figsize=(12,7))
plt.show()