摘要:
import numpy as np import pandas as pd import matplotlib.pyplot as plt import seaborn as sns # 设置风格,seaborn有5种基本风格,context表示环境 sns.set(style="white", context="notebook") # 处理中文问题 sns.set_style('white... 阅读全文
posted @ 2018-03-19 09:28
无名小妖
阅读(3999)
评论(0)
推荐(0)
2018年3月19日