美文网首页Tools
matplotlib出图显示中文

matplotlib出图显示中文

作者: 晨箜 | 来源:发表于2017-05-25 17:34 被阅读3次

    https://my.oschina.net/u/1180306/blog/279818加入可显示中文的字体

    import matplotlib

    matplotlib.rcParams['font.sans-serif'] = ['SimHei']

    plt.xlabel(u"你好")

    相关字体有:

    SimHei,(好像只有这个可以正常显示)

     Bitstream Vera Sans, 

    Lucida Grande, 

    Verdana, 

    Geneva, 

    Lucid, 

    Arial, 

    Helvetica, 

    Avant Garde, 

    sans-serif

    相关文章

      网友评论

        本文标题: matplotlib出图显示中文

        本文链接:https://www.haomeiwen.com/subject/hryzxxtx.html