I am trying to change the figure size of the histogram I am constructing. I'm getting the error:
distplot() got an unexpected keyword argument 'figsize'
The code I am trying to run is this:
sns.distplot(MSoft['pct_change'].dropna(), bins=100, color='magenta', figsize=(20,8))