File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Deprecations
2+ ````````````
3+
4+ The unused ``FigureManagerBase.show_popup `` method is deprecated. This
5+ introduced in e945059b327d42a99938b939a1be867fa023e7ba in 2005 but never built
6+ out into any of the backends.
Original file line number Diff line number Diff line change @@ -114,9 +114,6 @@ The description of this MEP gives us most of the solution:
114114+--------------------------------------+------------------------------+---------------------+--------------------------------+
115115| key_press |key_press | | |
116116+--------------------------------------+------------------------------+---------------------+--------------------------------+
117- | show_popup |show_poup | |Not used anywhere in mpl, and |
118- | | | |does nothing. |
119- +--------------------------------------+------------------------------+---------------------+--------------------------------+
120117| get_window_title | |get_window_title | |
121118+--------------------------------------+------------------------------+---------------------+--------------------------------+
122119| set_window_title | |set_window_title | |
Original file line number Diff line number Diff line change @@ -2697,6 +2697,7 @@ def key_press(self, event):
26972697 if rcParams ['toolbar' ] != 'toolmanager' :
26982698 key_press_handler (event , self .canvas , self .canvas .toolbar )
26992699
2700+ @cbook .deprecated ("2.2" )
27002701 def show_popup (self , msg ):
27012702 """Display message in a popup -- GUI only."""
27022703
You can’t perform that action at this time.
0 commit comments