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

Skip to content

Commit 20a0000

Browse files
committed
Remove comment in example and use extended example
1 parent 349ccec commit 20a0000

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/widgets.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,8 @@ class MultiCursor(Widget):
928928
ax2 = fig.add_subplot(212, sharex=ax1)
929929
ax2.plot(t, s2)
930930
931-
multi = MultiCursor(fig.canvas, (ax1, ax2), color='r', lw=1)
932-
#multi = MultiCursor(fig.canvas, (ax1, ax2), color='r', lw=1,
933-
# horizOn=True, vertOn=True)
931+
multi = MultiCursor(fig.canvas, (ax1, ax2), color='r', lw=1,
932+
horizOn=False, vertOn=True)
934933
show()
935934
936935
"""

0 commit comments

Comments
 (0)