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

Skip to content

Commit 57a91a0

Browse files
authored
Merge pull request #10462 from ch3rn0v/master
Fix add_subplot documentation regarding args
2 parents f304dca + 0ff76ac commit 57a91a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/figure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,8 +1151,8 @@ def add_subplot(self, *args, **kwargs):
11511151
*args
11521152
Either a 3-digit integer or three separate integers
11531153
describing the position of the subplot. If the three
1154-
integers are I, J, and K in order, the subplot is the
1155-
Kth plot on a grid with I rows and J columns.
1154+
integers are R, C, and P in order, the subplot will take
1155+
the Pth position on a grid with R rows and C columns.
11561156
11571157
projection : ['aitoff' | 'hammer' | 'lambert' | \
11581158
'mollweide' | 'polar' | 'rectilinear'], optional

0 commit comments

Comments
 (0)