Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ get_fignums
Function
get_fignums
site-packages/matplotlib/pyplot.py:586–588 ·
view source on GitHub ↗
Return a list of existing figure numbers.
()
Source
from the content-addressed store, hash-verified
584
585
586
def
get_fignums():
587
""
"Return a list of existing figure numbers."
""
588
return
sorted(_pylab_helpers.Gcf.figs)
589
590
591
def
get_figlabels():
Callers
3
close
Function · 0.90
figure
Function · 0.85
close
Function · 0.85
Calls
no outgoing calls
Tested by
1
close
Function · 0.72