subplots_adjust

Maps.subplots_adjust(**kwargs)

Update the subplot parameters of the grid.

Parameters that are not explicitly given are not changed. Setting a parameter to None resets it to :rc:`figure.subplot.*`.

Parameters
  • left (float or None, optional) – Extent of the subplots as a fraction of figure width or height.

  • right (float or None, optional) – Extent of the subplots as a fraction of figure width or height.

  • top (float or None, optional) – Extent of the subplots as a fraction of figure width or height.

  • bottom (float or None, optional) – Extent of the subplots as a fraction of figure width or height.

  • wspace (float, optional) – Spacing between the subplots as a fraction of the average subplot width / height.

  • hspace (float, optional) – Spacing between the subplots as a fraction of the average subplot width / height.