You are reading an old version of the documentation (v2.1.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.gridspec.SubplotSpec.html
matplotlib
Fork me on GitHub


Travis-CI:

This Page

matplotlib.gridspec.SubplotSpec

class matplotlib.gridspec.SubplotSpec(gridspec, num1, num2=None)

Specifies the location of the subplot in the given GridSpec.

The subplot will occupy the num1-th cell of the given gridspec. If num2 is provided, the subplot will span between num1-th cell and num2-th cell.

The index starts from 0.

get_geometry()

Get the subplot geometry (n_rows, n_cols, row, col).

Unlike SuplorParams, indexes are 0-based.

get_gridspec()
get_position(fig, return_all=False)

Update the subplot position from fig.subplotpars.

get_topmost_subplotspec()

get the topmost SubplotSpec instance associated with the subplot