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

Skip to content

Commit e03ef46

Browse files
committed
remove show_popup
1 parent 49bc795 commit e03ef46

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

doc/devel/MEP/MEP27.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The description of this MEP gives us most of the solution:
116116
+--------------------------------------+------------------------------+---------------------+--------------------------------+
117117
|key_press |key_press |X | |
118118
+--------------------------------------+------------------------------+---------------------+--------------------------------+
119-
|show_popup |show_poup |X |Not used anywhere in mpl, and |
119+
|show_popup |X |X |Not used anywhere in mpl, and |
120120
| | | |does nothing. |
121121
+--------------------------------------+------------------------------+---------------------+--------------------------------+
122122
|get_window_title |-> |get_window_title | |

lib/matplotlib/backend_managers.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,6 @@ def _get_toolbar(self):
209209
except:
210210
return None
211211

212-
def show_popup(self, msg):
213-
"""
214-
Display message in a popup -- GUI only
215-
"""
216-
pass
217-
218212

219213
class ToolEvent(object):
220214
"""Event for tool manipulation (add/remove)"""

0 commit comments

Comments
 (0)