We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc6f2f commit 844013cCopy full SHA for 844013c
lib/matplotlib/table.py
@@ -530,14 +530,14 @@ def table(ax,
530
cellLoc='right', colWidths=None,
531
rowLabels=None, rowColours=None, rowLoc='left',
532
colLabels=None, colColours=None, colLoc='center',
533
- loc='bottom', bbox=None, edges='BRTL',
+ loc='bottom', bbox=None, edges='closed',
534
**kwargs):
535
"""
536
TABLE(cellText=None, cellColours=None,
537
538
539
540
- loc='bottom', bbox=None, edges='BRTL')
+ loc='bottom', bbox=None, edges='closed')
541
542
Factory function to generate a Table instance.
543
0 commit comments