Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f78f05

Browse files
committed
LINTER ERRORS
1 parent 07b8008 commit 3f78f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3025,8 +3025,8 @@ def mouse_move(self, event):
30253025
if callable(hover):
30263026
newX, newY = hover(event)
30273027
(self.set_hover_message("modified x = " + str(newX)
3028-
+ " modified y = " +
3029-
str(newY) +
3028+
+ " modified y = " +
3029+
str(newY) +
30303030
" Original coords: "
30313031
))
30323032
else:

0 commit comments

Comments
 (0)