8000 Glade tutorial branch fixed by WeatherGod · Pull Request #3160 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Glade tutorial branch fixed #3160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jun 28, 2014
Prev Previous commit
removed trailing whitespace
  • Loading branch information
WeatherGod committed Jun 27, 2014
commit b9ca456ee96fd125d5fed525e5908d6d7e97ca0a
6 changes: 3 additions & 3 deletions examples/user_interfaces/mpl_with_glade_316.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def main():

canvas = FigureCanvas(figure) # a Gtk.DrawingArea
canvas.set_size_request(800,600)
sw.add_with_viewport(canvas)
#End of Matplotlib specific code
sw.add_with_viewport(canvas)
#End of Matplotlib specific code

window.show_all()
Gtk.main()

Expand Down
0