ui.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:autoxd 作者: nessessary 项目源码 文件源码
def DrawScatt(pl, x,y, title=''):
    pl.figure
    prop = fm.FontProperties(fname="c:/windows/fonts/simsun.ttc")
    if title != "":
        pl.title(title, fontproperties=prop)
    pl.scatter(x,y)
    pl.ylabel(u"???", fontproperties=prop)
    pl.xlabel(u"????(?)", fontproperties=prop)
    pl.show()
    pl.close()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号