Skip to content

Commit ac6f471

Browse files
committed
Changed default edge type to be understandable
1 parent 9337be7 commit ac6f471

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/table.py

+2-2
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)