10000 SC · matplotlib/matplotlib@2c35855 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c35855

Browse files
author
Steve Chaplin
committed
SC
svn path=/trunk/matplotlib/; revision=1242
1 parent ceddb1f commit 2c35855

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/embedding_in_gtk.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
from matplotlib.numerix import arange, sin, pi
88

99
import matplotlib
10-
matplotlib.use('GTKAgg') # or 'GTK'
10+
#matplotlib.use('GTK')
11+
matplotlib.use('GTKAgg')
1112

1213
from matplotlib.axes import Subplot
1314

0 commit comments

Comments
 (0)
0