matplotlib.figure.
SubplotParams
(left=None, bottom=None, right=None, top=None, wspace=None, hspace=None)[source]¶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: | left : float
right : float
bottom : float
top : float
wspace : float
hspace : float
|
---|