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

Skip to content

Commit a2c7f8e

Browse files
authored
DOC: correct table docstring (#14982)
DOC: correct table docstring
2 parents 3670867 + 7579c6f commit a2c7f8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)