XLPack for Matplotlib Experimental Version 0.1
Reference Manual
Loading...
Searching...
No Matches

◆ Gcf()

Function Gcf ( )

Get the current figure

Purpose
Get the current figure.
If there is currently no figure on the pyplot figure stack, a new one is created using figure(). (To test whether there is currently a figure on the pyplot figure stack, check whether get_fignums() is empty.)
Returns
Figure.
Figure object.
(On error, Nothing is returned)