matplotlib savefig与plot

时间:2015-08-14 18:14:54

标签: python matplotlib

我正在使用matplotlib样式表,当我使用'plot()'时正确呈现指定的serif字体但是当我尝试使用'savefig()'保存图时我收到错误:

/usr/local/lib/python2.7/site-packages/matplotlib/font_manager.py:1282: UserWarning: findfont: Font family [u'serif'] not found. Falling back to Bitstream Vera Sans
  (prop.get_family(), self.defaultFamily[fontext]))

我看过使用this response的不同后端,但我无法弄清楚如何为'plot()'和'savefig()'函数配置字体设置。谢谢!

0 个答案:

没有答案