Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f0b80 commit 6fae598Copy full SHA for 6fae598
2 files changed
CHANGELOG
@@ -1,5 +1,7 @@
1
New entries should be added at the top
2
3
+2005-01-11 Reverted pythoninspect in tkagg - JDH
4
+
5
2005-01-09 Fixed a backend_bases event bug caused when an event is
6
triggered when location is None - JDH
7
lib/matplotlib/backends/backend_tkagg.py
@@ -68,7 +68,7 @@ def show():
68
manager.show()
69
import matplotlib
70
matplotlib.interactive(True)
71
- #os.environ['PYTHONINSPECT'] = '1'
+ os.environ['PYTHONINSPECT'] = '1'
72
if show._needmain:
73
Tk.mainloop()
74
show._needmain = False
0 commit comments