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 b8e1a01

Browse filesBrowse files
committed
Deprecate backend_wx.IDLE_DELAY.
per changelog.
1 parent a276243 commit b8e1a01
Copy full SHA for b8e1a01

File tree

Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-1
lines changed
Open diff view settings
Collapse file
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Deprecations
2+
````````````
3+
4+
The ``backend_wx.IDLE_DELAY`` global, being unused and only relevant to the now
5+
removed wx "idling" code, is deprecated (note that as it is a module-level
6+
global, no deprecation warning is emitted when accessing it).
Collapse file

‎lib/matplotlib/backends/backend_wx.py‎

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wx.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def write(self, msg):
7575
PIXELS_PER_INCH = 75
7676

7777
# Delay time for idle checks
78-
IDLE_DELAY = 5
78+
IDLE_DELAY = 5 # Documented as deprecated as of Matplotlib 3.1.
7979

8080

8181
def error_msg_wx(msg, parent=None):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.