Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e0c34 commit 2562f8eCopy full SHA for 2562f8e
1 file changed
lib/matplotlib/backends/backend_qt4.py
@@ -110,7 +110,6 @@ def enterEvent(self, event):
110
FigureCanvasBase.enter_notify_event(self, event)
111
112
def leaveEvent(self, event):
113
- print event
114
FigureCanvasBase.leave_notify_event(self, event)
115
116
def mousePressEvent( self, event ):
0 commit comments