Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_all_fig_managers
Method
get_all_fig_managers
lib/matplotlib/_pylab_helpers.py:92–94 ·
view source on GitHub ↗
Return a list of figure managers.
(cls)
Source
from the content-addressed store, hash-verified
90
91
@classmethod
92
def
get_all_fig_managers(cls):
93
""
"Return a list of figure managers."
""
94
return
list(cls.figs.values())
95
96
@classmethod
97
def
get_num_fig_managers(cls):
Callers
7
get_figlabels
Function · 0.80
draw_all
Method · 0.80
pyplot_show
Method · 0.80
show
Method · 0.80
render_figures
Function · 0.80
start_main_loop
Method · 0.80
connection_info
Function · 0.80
Calls
1
values
Method · 0.80
Tested by
no test coverage detected