Seaborn distplot错误:TypeError:'numpy.float64'对象不能解释为索引

时间:2017-03-25 05:06:44

标签: numpy seaborn

我测试了seaborn的用法,即使是简单的例子如下:

sns.distplot(np.array([1,2,3], dtype="int64"))

但仍然会出现错误:

TypeError:'numpy.float64'对象无法解释为索引

The detailed error infomation is here

python的版本是2.7.12,numpy的版本是1.12.1 有谁遇到过同样的问题?非常感谢您的帮助!

0 个答案:

没有答案