將字體文件拷貝到任意目錄
fonts = matplotlib.font_manager.FontProperties(fname='/home/prefer/Fonts/simhei.ttf', size=23) ... plt.title("標題",fontproperties=fonts) ... plt.plot(x, y, label=u'圖例') ... plt.legend(prop=fonts)
將字體文件拷貝到任意目錄
fonts = matplotlib.font_manager.FontProperties(fname='/home/prefer/Fonts/simhei.ttf', size=23) ... plt.title("標題",fontproperties=fonts) ... plt.plot(x, y, label=u'圖例') ... plt.legend(prop=fonts)
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。