This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
因为它的bin参数为1。意味着它将尝试将每个数据绘制为一个组(bin)。尝试保持最佳的bin尺寸或不要通过它(matplotlib默认值= 10,而seaborn默认值='auto')
Because it's having bin argument as 1. Means it will try to plot every data as a single group (bin). Try to keep optimal bin size or don't pass it (matplotlib default=10 and seaborn default='auto')