8000 fixed Zacharys bugs · matplotlib/matplotlib@1606d9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1606d9f

Browse files
committed
fixed Zacharys bugs
svn path=/trunk/matplotlib/; revision=94
1 parent a3b06b5 commit 1606d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/interactive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def signal_handler (*args):
203203
print '>>', line.rstrip()
204204
interpreter.feed(line)
205205
#gcf().draw()
206+
interpreter.feed("from matplotlib.backends.backend_gtk import ShowOn")
206207
interpreter.feed ("ShowOn().set(1)")
207208
print """Welcome to matplotlib.
208209

0 commit comments

Comments
 (0)
0