python - seaborn kdeplot bandwith error? -


I am testing marine carbon package for python. Especially I am using the kdeplot method to plot a biweek distribution. The problem comes when I try to specify the continuous bandwidth for data (BW), I think that it usually fit in Bead using "Scott Rule" I am using the following line:

  sns.kdeplot (x, y, bw = 1, ...)  

However, it gives the following << p>


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Messages from .properties file do not display UTF-8 characters -

javascript - amcharts makechart not working -