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)
评论列表
文章目录