I'm having problems changing the x limit of a large dispersion chart.
g = sns.distplot(df['growth_rate'])
I would like to see the distribution of the following graph, in the range of x = (-10 to 10)
Thank you very much