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
Post a Comment