A RetroSearch Logo

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

Search Query:

Showing content from https://matplotlib.org/stable/api/_as_gen/matplotlib.gridspec.SubplotParams.html below:

matplotlib.gridspec.SubplotParams — Matplotlib 3.10.3 documentation

matplotlib.gridspec.SubplotParams#
class matplotlib.gridspec.SubplotParams(left=None, bottom=None, right=None, top=None, wspace=None, hspace=None)[source]#

Bases: object

Parameters defining the positioning of a subplots grid in a figure.

Defaults are given by rcParams["figure.subplot.[name]"].

Parameters:
leftfloat

The position of the left edge of the subplots, as a fraction of the figure width.

rightfloat

The position of the right edge of the subplots, as a fraction of the figure width.

bottomfloat

The position of the bottom edge of the subplots, as a fraction of the figure height.

topfloat

The position of the top edge of the subplots, as a fraction of the figure height.

wspacefloat

The width of the padding between subplots, as a fraction of the average Axes width.

hspacefloat

The height of the padding between subplots, as a fraction of the average Axes height.

update(left=None, bottom=None, right=None, top=None, wspace=None, hspace=None)[source]#

Update the dimensions of the passed parameters. None means unchanged.

Examples using matplotlib.gridspec.SubplotParams#

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