class matplotlib.gridspec.GridSpec(nrows, ncols, figure=None, left=None, bottom=None, right=None, top=None, wspace=None, hspace=None, width_ratios=None, height_ratios=None)
[source]
Bases: matplotlib.gridspec.GridSpecBase
Specifies the geometry of the grid that a subplot can be placed in.
The location of grid is determined by similar way as the SubplotParams.
The number of rows and number of columns of the grid need to be set. Optionally, the subplot layout parameters (e.g., left, right, etc.) can be tuned.
Parameters: |
|
---|
See SubplotParams
for descriptions of the layout parameters.
get_subplot_params(self, figure=None)
[source]
Return a dictionary of subplot layout parameters. The default parameters are from rcParams unless a figure attribute is set.
locally_modified_subplot_params(self)
[source]
tight_layout(self, figure, renderer=None, pad=1.08, h_pad=None, w_pad=None, rect=None)
[source]
Adjust subplot parameters to give specified padding.
Parameters: |
|
---|
update(self, **kwargs)
[source]
Update the current values.
Values set to None use the rcParams value.
matplotlib.gridspec.GridSpec
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.1.1/api/_as_gen/matplotlib.gridspec.GridSpec.html