utilitiesClass.py 文件源码

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

项目:pslab-desktop-apps 作者: fossasia 项目源码 文件源码
def newPlot(self,x,y,**args):
        self.plot_ext = pg.GraphicsWindow(title=args.get('title',''))
        self.curve_ext = self.plot_ext.addPlot(title=args.get('title',''), x=x,y=y,connect='finite')
        self.curve_ext.setLabel('bottom',args.get('xLabel',''))
        self.curve_ext.setLabel('left',args.get('yLabel',''))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号