Thanks to visit codestin.com Credit goes to github.com
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 9337be7 commit ac6f471Copy full SHA for ac6f471
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