@@ -41,8 +41,8 @@ def _auto_adjust_subplotpars(
4141 h_pad, w_pad : float
4242 Padding (height/width) between edges of adjacent subplots, as a
4343 fraction of the font size. Defaults to *pad*.
44- rect : tuple[float, float, float, float]
45- [ left, bottom, right, top] in normalized (0, 1) figure coordinates .
44+ rect : tuple
45+ ( left, bottom, right, top), default: None .
4646 """
4747 rows , cols = shape
4848
@@ -183,8 +183,8 @@ def auto_adjust_subplotpars(
183183 h_pad, w_pad : float
184184 Padding (height/width) between edges of adjacent subplots, as a
185185 fraction of the font size. Defaults to *pad*.
186- rect : tuple[float, float, float, float]
187- [ left, bottom, right, top] in normalized (0, 1) figure coordinates .
186+ rect : tuple
187+ ( left, bottom, right, top), default: None .
188188 """
189189 nrows , ncols = nrows_ncols
190190 span_pairs = []
@@ -250,8 +250,8 @@ def get_tight_layout_figure(fig, axes_list, subplotspec_list, renderer,
250250 h_pad, w_pad : float
251251 Padding (height/width) between edges of adjacent subplots. Defaults to
252252 *pad*.
253- rect : tuple[float, float, float, float], optional
254- (left, bottom, right, top) rectangle in normalized figure coordinates
253+ rect : tuple (left, bottom, right, top), default: None.
254+ rectangle in normalized figure coordinates
255255 that the whole subplots area (including labels) will fit into.
256256 Defaults to using the entire figure.
257257
0 commit comments