摘要: import matplotlib.pyplot as plt import numpy as np import pandas as pd import seaborn as sns %matplotlib inline x = np.linspace(0, 10, 1000) y = np.co 阅读全文
posted @ 2021-11-26 20:57 kalice 阅读(50) 评论(0) 推荐(0)
摘要: 中文 mpl.rcParams['font.sans-serif'] = ['SimHei'] mpl.rcParams['axes.unicode_minus'] = False 设置seaborn风格 sns.set_theme(style='darkgrid') x = np.linspace 阅读全文
posted @ 2021-11-26 09:45 kalice 阅读(16) 评论(0) 推荐(0)