Change the limit of x on a seaborn graph

0

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

    
asked by Lucas Dresl 22.03.2018 в 19:01
source

0 answers