def __init__(self, component=None, *args, **kw):
     AbstractOverlay.__init__(self, component, *args, **kw)
     self.colors = make_color_map().map_screen(np.arange(0, 10))
Beispiel #2
0
 def __init__(self,component,**traits):
     DragTool.__init__(self,component)
     AbstractOverlay.__init__(self,component)