模块“ seaborn”没有属性“ relplot”

时间:2018-12-24 07:37:50

标签: python seaborn google-colaboratory

我在relplot笔记本中无法运行colab功能,但是在jupyter笔记本中运行正常。

在colab中遇到以下错误


  

AttributeError跟踪(最近的调用)   最后)在()   ----> 1 sns.relplot(x =“ total_bill”,y =“ tip”,         2 col =“ time”,#分类变量,将确定网格的面。         3 hue =“ smoker”,#将产生不同颜色元素的分组变量。         4 style =“ smoker”,#分组变量,将产生具有不同样式的元素。         5 size =“ size”,#将产生不同大小元素的分组变量。

     

AttributeError:模块“ seaborn”没有属性“ relplot”

2 个答案:

答案 0 :(得分:0)

您会收到此错误,因为这是here中所述的图表,仅在最新版本的Seaborn(0.9)中可用。尝试通过pip3 install seaborn==0.9.0进行升级。如果那不起作用,则可能是Colab未与此版本集成。

答案 1 :(得分:0)

将目录更改为pip3.exe所在的位置:
对我来说:sr.plot(xticks=sr.reset_index().index) plt.locator_params(axis='x', nbins=5) #Show five dates plt.ylabel('Sales') plt.xlabel('Date')

使用。\
cd C:\Users\sam\AppData\Local\Programs\Python\Python37-32\Scripts