AttributeError: module 'seaborn' has no attribute 'histplot'

后端 未结 0 1568
无人及你
无人及你 2020-11-30 00:29

I\'m trying to plot using sns.histplot on the Titanic Dataset in Kaggle\'s Jupyter Notebook.

This is my code:

sns.histplot(train, x = "Age",          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题