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

Skip to content

Commit a097c6f

Browse files
committed
STY: pep8 in docstrings
1 parent ad1534d commit a097c6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/figure.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -708,14 +708,14 @@ def set_size_inches(self, w, h=None, forward=True):
708708
709709
Usage ::
710710
711-
fig.set_size_inches(w,h) # OR
712-
fig.set_size_inches((w,h))
711+
fig.set_size_inches(w, h) # OR
712+
fig.set_size_inches((w, h))
713713
714714
optional kwarg *forward=True* will cause the canvas size to be
715715
automatically updated; e.g., you can resize the figure window
716716
from the shell
717717
718-
ACCEPTS: a w,h tuple with w,h in inches
718+
ACCEPTS: a w, h tuple with w, h in inches
719719
720720
See Also
721721
--------

0 commit comments

Comments
 (0)