class matplotlib.figure.SubplotParams(left=None, bottom=None, right=None, top=None, wspace=None, hspace=None)
[source]
Bases: object
A class to hold the parameters for a subplot.
All dimensions are fractions of the figure width or height. Defaults are given by rcParams["figure.subplot.[name]"]
.
Parameters: |
|
---|
update(self, left=None, bottom=None, right=None, top=None, wspace=None, hspace=None)
[source]
Update the dimensions of the passed parameters. None means unchanged.
matplotlib.figure.SubplotParams
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.figure.SubplotParams.html