Skip to content

Commit 598bdb3

Browse files
committed
removed antiquated pick demos
svn path=/trunk/matplotlib/; revision=3378
1 parent 505f672 commit 598bdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pick_event_demo2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def onpick1(event):
3232
transform=ax.transAxes, va='top')
3333
ax.set_ylim(-0.5, 1.5)
3434
ax.figure.canvas.draw()
35-
print 'plotted'
35+
3636
show() # oops, we need a way to raise figures created in callbacks
3737
return True
3838

0 commit comments

Comments
 (0)