Axes.table(**kwargs)¶Add a table to the current axes.
Call signature:
table(cellText=None, cellColours=None,
cellLoc='right', colWidths=None,
rowLabels=None, rowColours=None, rowLoc='left',
colLabels=None, colColours=None, colLoc='center',
loc='bottom', bbox=None):
Returns a matplotlib.table.Table instance. For finer
grained control over tables, use the
Table class and add it to the axes
with add_table().
Thanks to John Gill for providing the class and table.
kwargs control the Table
properties:
Property Description agg_filterunknown alphafloat (0.0 transparent through 1.0 opaque) animated[True | False] axesan Axesinstancebottom_marginunknown clip_boxa matplotlib.transforms.Bboxinstanceclip_on[True | False] clip_path[ ( Path,Transform) |Patch| None ]containsa callable function figurea matplotlib.figure.Figureinstancefontsizea float in points gidan id string labelstring or anything printable with ‘%s’ conversion. left_marginunknown marginsunknown path_effectsunknown picker[None|float|boolean|callable] rasterized[True | False | None] right_marginunknown sketch_paramsunknown snapunknown top_marginunknown transformTransforminstanceurla url string visible[True | False] zorderany number