A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.pyplot.figure.html below:

matplotlib.pyplot.figure — Matplotlib 3.1.2 documentation

num : integer or string, optional, default: None

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.

figsize : (float, float), optional, default: None

width, height in inches. If not provided, defaults to rcParams["figure.figsize"] = [6.4, 4.8] = [6.4, 4.8].

dpi : integer, optional, default: None

resolution of the figure. If not provided, defaults to rcParams["figure.dpi"] = 100.0 = 100.

facecolor : color spec

the background color. If not provided, defaults to rcParams["figure.facecolor"] = 'white' = 'w'.

edgecolor : color spec

the border color. If not provided, defaults to rcParams["figure.edgecolor"] = 'white' = 'w'.

frameon : bool, optional, default: True

If False, suppress drawing the figure frame.

FigureClass : subclass of Figure

Optionally use a custom Figure instance.

clear : bool, optional, default: False

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