MCPcopy 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
586def get_fignums():
587 """Return a list of existing figure numbers."""
588 return sorted(_pylab_helpers.Gcf.figs)
589
590
591def get_figlabels():

Callers 3

closeFunction · 0.90
figureFunction · 0.85
closeFunction · 0.85

Calls

no outgoing calls

Tested by 1

closeFunction · 0.72