utilitiesClass.py 文件源码

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

项目:pslab-desktop-apps 作者: fossasia 项目源码 文件源码
def removeCurve(self,plot,curve):
        """
        Remove a curve from a plot

        .. tabularcolumns:: |p{3cm}|p{11cm}|

        ===============  ============================================================================================
        **Arguments** 
        ===============  ============================================================================================
        plot             pyqtgraph.PlotWidget created using :func:`add2DPlot`
        name             pyqtgraph.PlotDataItem created for the specified plot using :func:`addCurve`
        ===============  ============================================================================================

        """
        plot.removeItem(curve)
        try:
            self.plots2D[plot].pop(self.plots2D[plot].index(curve))
        except:
            pass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号