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 50deb22

Browse filesBrowse files
author
Steve Chaplin
committed
SC 06/01/2005
svn path=/trunk/matplotlib/; revision=854
1 parent 4810d5b commit 50deb22
Copy full SHA for 50deb22

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎examples/embedding_in_gtk2.py

Copy file name to clipboardExpand all lines: examples/embedding_in_gtk2.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
vbox.pack_start(canvas)
3737

3838
toolbar = NavigationToolbar(canvas, win)
39-
vbox.pack_start(toolbar, gtk.FALSE, gtk.FALSE)
39+
vbox.pack_start(toolbar, False, False)
4040

4141
win.show_all()
4242
gtk.main()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.