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

Skip to content

Commit e43512e

Browse files
committed
fixed space after comment sign
1 parent 1045d44 commit e43512e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/cursor_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def mouse_move(self, event):
7272
s = np.sin(2*2*np.pi*t)
7373
fig, ax = plt.subplots()
7474

75-
# cursor = Cursor(ax)
75+
#cursor = Cursor(ax)
7676
cursor = SnaptoCursor(ax, t, s)
7777
plt.connect('motion_notify_event', cursor.mouse_move)
7878

0 commit comments

Comments
 (0)