Bases: object
Parameters defining the positioning of a subplots grid in a figure.
Defaults are given by rcParams["figure.subplot.[name]"].
The position of the left edge of the subplots, as a fraction of the figure width.
The position of the right edge of the subplots, as a fraction of the figure width.
The position of the bottom edge of the subplots, as a fraction of the figure height.
The position of the top edge of the subplots, as a fraction of the figure height.
The width of the padding between subplots, as a fraction of the average Axes width.
The height of the padding between subplots, as a fraction of the average Axes height.
Update the dimensions of the passed parameters. None means unchanged.
matplotlib.gridspec.SubplotParams
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/matplotlib.gridspec.SubplotParams.html