Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a097c6f

Browse filesBrowse files
committed
STY: pep8 in docstrings
1 parent ad1534d commit a097c6f
Copy full SHA for a097c6f

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎lib/matplotlib/figure.py

Copy file name to clipboardExpand all lines: lib/matplotlib/figure.py
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.