在执行这段代码时出现了报错
sns.kdeplot(values_list)
其中values_list的type是array of float 64,seaborn库的版本是0.12.0
报错信息是:Multi-dimensional indexing (e.g. obj[:, None]
) is no longer supported. Convert to a numpy array before indexing instead.
(尝试了更新最新版本的seaborn 库也无法解决)
请问各位有没有什么解决方法
你的python多少版本
请问楼主解决了吗 我也遇到这问题