Skip to content

Commit 0069c0a

Browse files
committed
remove space
Signed-off-by: Thomas Hisch <t.hisch@gmail.com>
1 parent 5b0de04 commit 0069c0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/event_handling/data_browser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ def __init__(self):
1313

1414
self.text = ax.text(0.05, 0.95, 'selected: none',
1515
transform=ax.transAxes, va='top')
16-
self.selected, = ax.plot([xs[0]], [ys[0]], 'o', ms=12, alpha=0.4,
17-
color='yellow', visible=False)
16+
self.selected, = ax.plot([xs[0]], [ys[0]], 'o', ms=12, alpha=0.4,
17+
color='yellow', visible=False)
1818

1919
def onpress(self, event):
2020
if self.lastind is None:

0 commit comments

Comments
 (0)