seaborn 模块 简述 对 matplotlib 模块进行了二次封装, 底层依旧使用还是 matplotlib 的, 但是在此基础上增加了很多的易用性模板, 更加方便使用 引用使用 import seaborn as sns 对比 matplotlib 默认风格 默认风格的方法 - set 主题风格 设置风格 - set_style 可选参数 darkgrid whitegrid dark white ticks white 风格 完全的清亮背景色, 无刻线, 无刻度尺 drak 风格 背景…