matplotlib 去掉小方框

import matplotlib.pyplot as plt

plt.rcParams['font.sans-serif']=['STZhongsong']
plt.rcParams['axes.unicode_minus']=False

使用 STZhongsong

2020-12-25

原文地址:https://www.cnblogs.com/hany-postq473111315/p/14189573.html