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

Qt closeevent fixes for v1.2.x #1705

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 10 commits into from
Jan 28, 2013
Prev Previous commit
Next Next commit
Add figure close test for qt4 backend
  • Loading branch information
dmcdougall authored and tacaswell committed Jan 26, 2013
commit c3cb88214abc6b0ce0ddff0386472116ab417787
10 changes: 10 additions & 0 deletions 10 lib/matplotlib/tests/test_backend_qt4.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from matplotlib import rcParams
from matplotlib import pyplot as plt
from matplotlib.testing.decorators import cleanup

@cleanup
def test_fig_close():
rcParams['backend'] = 'qt4agg'

fig = plt.figure()
fig.close()
Morty Proxy This is a proxified and sanitized view of the page, visit original site.