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

Skip to content

Commit 844013c

Browse files
committed
Changed default edge type to be understandable
1 parent 9bc6f2f commit 844013c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,14 +530,14 @@ def table(ax,
530530
cellLoc='right', colWidths=None,
531531
rowLabels=None, rowColours=None, rowLoc='left',
532532
colLabels=None, colColours=None, colLoc='center',
533-
loc='bottom', bbox=None, edges='BRTL',
533+
loc='bottom', bbox=None, edges='closed',
534534
**kwargs):
535535
"""
536536
TABLE(cellText=None, cellColours=None,
537537
cellLoc='right', colWidths=None,
538538
rowLabels=None, rowColours=None, rowLoc='left',
539539
colLabels=None, colColours=None, colLoc='center',
540-
loc='bottom', bbox=None, edges='BRTL')
540+
loc='bottom', bbox=None, edges='closed')
541541
542542
Factory function to generate a Table instance.
543543

0 commit comments

Comments
 (0)