Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit2b68a6c

Browse files
committed
Merge pull request#2646 from mdboom/gtk3-crash
Fix Gtk3 crash when running inside of IPython
2 parents80d27ee +962c156 commit2b68a6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎lib/matplotlib/backends/backend_gtk3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ def destroy(self, *args):
427427
self.canvas.destroy()
428428
ifself.toolbar:
429429
self.toolbar.destroy()
430-
self.__dict__.clear()#Is this needed? Other backends don't have it.
431430

432431
ifGcf.get_num_fig_managers()==0and \
433432
notmatplotlib.is_interactive()and \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp