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

Remove figure from Gcf when it is closed #1683

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

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
more white space corrections
  • Loading branch information
Thomas A Caswell committed Jan 18, 2013
commit a564b9568de24ab08cdc709874daf59096f61b89
2 changes: 1 addition & 1 deletion 2 lib/matplotlib/backends/backend_qt4.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def __init__( self, canvas, num ):
self.window = MainWindow()
self.window.connect(self.window, QtCore.SIGNAL('closing()'),
canvas.close_event)
self.window.connect( self.window, QtCore.SIGNAL( 'closing()' ),
self.window.connect( self.window, QtCore.SIGNAL( 'closing()'),
self._widgetclosed )

self.window.setWindowTitle("Figure %d" % num)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.