If not provided, a new figure will be created, and the figure number will be incremented. The figure objects holds this number in a number
attribute. If num is provided, and a figure with this id already exists, make it active, and returns a reference to it. If this figure does not exists, create it and returns it. If num is a string, the window title will be set to this figure's num
.
width, height in inches. If not provided, defaults to rcParams["figure.figsize"] = [6.4, 4.8]
= [6.4, 4.8]
.
resolution of the figure. If not provided, defaults to rcParams["figure.dpi"] = 100.0
= 100
.
the background color. If not provided, defaults to rcParams["figure.facecolor"] = 'white'
= 'w'
.
the border color. If not provided, defaults to rcParams["figure.edgecolor"] = 'white'
= 'w'
.
If False, suppress drawing the figure frame.
Figure
Optionally use a custom Figure
instance.
If True and the figure already exists, then it is cleared.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4