Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fae598

Browse files
committed
reverted pythoninsepct in tkagg
svn path=/trunk/matplotlib/; revision=862
1 parent 91f0b80 commit 6fae598

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
New entries should be added at the top
22

3+
2005-01-11 Reverted pythoninspect in tkagg - JDH
4+
35
2005-01-09 Fixed a backend_bases event bug caused when an event is
46
triggered when location is None - JDH
57

lib/matplotlib/backends/backend_tkagg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def show():
6868
manager.show()
6969
import matplotlib
7070
matplotlib.interactive(True)
71-
#os.environ['PYTHONINSPECT'] = '1'
71+
os.environ['PYTHONINSPECT'] = '1'
7272
if show._needmain:
7373
Tk.mainloop()
7474
show._needmain = False

0 commit comments

Comments
 (0)