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

Commit 6fae598

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

File tree

Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed

‎CHANGELOG

Copy file name to clipboardExpand all lines: CHANGELOG
+2Lines 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

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_tkagg.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.