mpl_base.py 文件源码

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

项目:GRIPy 作者: giruenf 项目源码 文件源码
def __init__(self, parent):
        self.parent = parent
        fig = Figure(figsize=(1, 0.35))
        super(VisDataLabel, self).__init__(self.parent, -1, fig)     
        self.figure.set_facecolor(self._COLOR)
        self._obj_uid = None  
        #self.Bind(wx.EVT_LEFT_DCLICK, self._on_left_double_click)
        self._mplot_objects = {}
        self._properties = {}
        self._start_variables()
        self.mpl_connect('button_press_event', self._on_press)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号