- milestone: --> v0.4.8
- assigned_to: nobody --> jmpacquet
File "C:\Python26\lib\site-packages\matplotlib\backends\backend_wx.py", line 1
284, in _onLeftButtonDown
FigureCanvasBase.button_press_event(self, x, y, 1, guiEvent=evt)
File "C:\Python26\lib\site-packages\matplotlib\backend_bases.py", line 1539, i
n button_press_event
self.callbacks.process(s, mouseevent)
File "C:\Python26\lib\site-packages\matplotlib\cbook.py", line 262, in process
proxy(*args, **kwargs)
File "C:\Python26\lib\site-packages\matplotlib\cbook.py", line 188, in __call_
_
return mtd(*args, **kwargs)
File "c:\itrade\itrade_wxgraph.py", line 664, in on_click
self.m_tool.on_click(event.x, event.y, int(event.xdata), event.ydata, chart)
File "c:\itrade\itrade_wxgraph.py", line 97, in on_click
info('Tool %s on_click x:%d,y:%d time=%s val=%s chart=%d!' % (self.kind(),x,
y, time, val , chart))
TypeError: object of type 'module' is not callable