摘要:
二、散点图 import seaborn as sns import matplotlib.pyplot as plt sns.set_theme(style = 'whitegrid') # 加载 diamonds 数据集 diamonds = sns.load_dataset('diamonds 阅读全文
摘要:
学习网站: http://seaborn.pydata.org/examples/scatterplot_matrix.html 一、Anscombe's quartet(安斯库姆四重奏) 1973年,统计学家F.J. Anscombe构造出了四组奇特的数据。它告诉人们,数据分析之前,描绘数据所对应 阅读全文