摘要:
显示效果: 阅读全文
posted @ 2019-09-14 15:40
Jumpkin1122
阅读(1102)
评论(0)
推荐(1)
摘要:
显示效果:palette=rocket,deep两种效果 阅读全文
posted @ 2019-09-14 15:16
Jumpkin1122
阅读(291)
评论(0)
推荐(0)
摘要:
import seaborn as sns import matplotlib.pyplot as plt df = sns.load_dataset("iris") sns.pairplot(df, hue="species") plt.show() 阅读全文
posted @ 2019-09-14 15:01
Jumpkin1122
阅读(792)
评论(0)
推荐(0)