摘要:
x = np.random.random(10) y = np.random.random(10) note = np.arange(1,11) plt.scatter(x,y,marker = 'o', c = 'r') plt.title('在数据上添加标注',fontproperties='M 阅读全文
摘要:
from matplotlib import font_manager # fname中选择一个你本机查询出来的字体 若没有中文字体则需要你本人手动安装 font = font_manager.FontProperties(fname="/usr/share/fonts/wenquan/wenqua 阅读全文