Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cd174e

Browse files
authored
Small edit to take into account height as well
1 parent b924709 commit 1cd174e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/gridspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def __init__(self, nrows, ncols, figure=None,
199199
figure : ~.figure.Figure, optional
200200
201201
left, right, top, bottom : float
202-
Extent of the subplots as a fraction of figure width.
202+
Extent of the subplots as a fraction of figure width or height.
203203
Left cannot be larger than right, and bottom cannot be larger than
204204
top.
205205

0 commit comments

Comments
 (0)