摘要: 并列柱形图的绘制 import matplotlib.pyplot as plt plt.style.use('seaborn-whitegrid') plt.rcParams['font.sans-serif']=['SimHei'] plt.rcParams['font.sans-serif'] 阅读全文
posted @ 2022-10-20 19:23 kuanleung 阅读(30) 评论(0) 推荐(0)
摘要: 绘制并列图的代码 import matplotlib.pyplot as plt plt.style.use('seaborn-whitegrid') plt.rcParams['font.sans-serif']=['SimHei'] plt.rcParams['axes.unicode_minu 阅读全文
posted @ 2022-10-20 16:31 kuanleung 阅读(22) 评论(0) 推荐(0)