How do I manually set the distances along the X-axis so I can read all the column names properly?
Code
trainData[trainData.columns].plot(kind='box',widths=0.1, grid = True)
How do I manually set the distances along the X-axis so I can read all the column names properly?
Code
trainData[trainData.columns].plot(kind='box',widths=0.1, grid = True)