MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / figimage

Function figimage

site-packages/matplotlib/pyplot.py:735–736  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

733
734@docstring.copy_dedent(Figure.figimage)
735def figimage(*args, **kwargs):
736 return gcf().figimage(*args, **kwargs)
737
738
739def figlegend(*args, **kwargs):

Callers

nothing calls this directly

Calls 2

gcfFunction · 0.85
figimageMethod · 0.80

Tested by

no test coverage detected