MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_fignums

Function get_fignums

lib/matplotlib/pyplot.py:1205–1207  ·  view source on GitHub ↗

Return a list of existing figure numbers.

()

Source from the content-addressed store, hash-verified

1203
1204
1205def get_fignums() -> list[int]:
1206 """Return a list of existing figure numbers."""
1207 return sorted(_pylab_helpers.Gcf.figs)
1208
1209
1210def get_figlabels() -> list[Any]:

Callers 2

figureFunction · 0.85
closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…