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

Skip to content

Commit 7579c6f

Browse files
vm-asd2015tacaswell
authored andcommitted
Fix typo in documentation
The parameter name in the documentation was wrong. In the original version, the 'rowLoc' parameter appears twice.
1 parent f2116d8 commit 7579c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ def table(ax,
710710
colColours : list of colors, optional
711711
The colors of the column header cells.
712712
713-
rowLoc : {'left', 'center', 'right'}, optional, default: 'left'
713+
colLoc : {'left', 'center', 'right'}, optional, default: 'left'
714714
The text alignment of the column header cells.
715715
716716
loc : str, optional

0 commit comments

Comments
 (0)