摘要: 抽象化|具体化: 如盒形图 | 现实中的图 功能性|装饰性:没有装饰和渲染 | 包含艺术性美学上的装饰 深度表达|浅度表达:深入层次的研究探索数据 | 易于理解的,直观的表示 多维度|单一维度:数据的多个层次 | 数据的单一维度 创造性|熟悉性:全新的方式进行可视化 | 被大众接受并且熟悉的方式 新 阅读全文
posted @ 2018-04-17 16:48 Jesse_Li 阅读(439) 评论(0) 推荐(0) 编辑
摘要: import seaborn as sns sns.set(style="ticks") # Load the example dataset for Anscombe's quartet df = sns.load_dataset("anscombe") # Show the results of a linear regression within each dataset sns.lmpl... 阅读全文
posted @ 2018-04-17 15:18 Jesse_Li 阅读(550) 评论(0) 推荐(0) 编辑