12 2020 档案
摘要:import matplotlib.pyplot as plt plt.rcParams['font.sans-serif']=['STZhongsong'] plt.rcParams['axes.unicode_minus']=False 使用 STZhongsong 2020-12-25
阅读全文
摘要:查看 xlrd 版本问题,打开 xlsx 文件使用 1.2.0 版本 pip install xlrd==1.2.0 2020-12-17
阅读全文
摘要:# 设置输出结果列对齐 pd.set_option('display.unicode.ambiguous_as_wide',True) pd.set_option('display.unicode.east_asian_width',True) #用来正常显示中文标签 plt.rcParams['f
阅读全文