Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 20a0000

Browse filesBrowse files
committed
Remove comment in example and use extended example
1 parent 349ccec commit 20a0000
Copy full SHA for 20a0000

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎lib/matplotlib/widgets.py

Copy file name to clipboardExpand all lines: lib/matplotlib/widgets.py
+2-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.