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

Skip to content

Commit 5f6f096

Browse files
timhoffmmonocongo
andauthored
Update lib/matplotlib/pyplot.py
explicit tuple in docstring for figsize argument of figure Co-Authored-By: monocongo <[email protected]>
1 parent 21daa80 commit 5f6f096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def figure(num=None, # autoincrement if None, else integer from 1-N
432432
If num is a string, the window title will be set to this figure's
433433
`num`.
434434
435-
figsize : tuple of floats, optional, default: None
435+
figsize : (float, float), optional, default: None
436436
width, height in inches. If not provided, defaults to
437437
:rc:`figure.figsize` = ``[6.4, 4.8]``.
438438

0 commit comments

Comments
 (0)