Skip to content

Commit b307d47

Browse files
dstansbytacaswell
andauthored
Update lib/matplotlib/figure.py
Co-Authored-By: Thomas A Caswell <tcaswell@gmail.com>
1 parent 9ec89bc commit b307d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ def set_size_inches(self, w, h=None, forward=True):
891891
argument) or width.
892892
h : float
893893
Height in inches.
894-
forward : bool
894+
forward : bool, default: True
895895
If ``True``, the canvas size is automatically updated, e.g., you can
896896
resize the figure window from the shell.
897897

0 commit comments

Comments
 (0)