1. 首页
  2. 数据库
  3. 其它
  4. seaborn散点图

seaborn散点图

上传者: 2021-01-04 03:37:46上传 PDF文件 200.34KB 热度 12次
使用seaborn报如下错误 AttributeError Traceback (most recent call last) in 2 import matplotlib.pyplot as plt 3 tips = sns.load_dataset("tips") ----> 4 ax = sns.scatterplot(x="total_bill", y="tip", data=tips) AttributeError: module 'seaborn' has no attribute 'scatt
用户评论