 
    
  
      
    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. Either cellText
or cellColours must be provided. 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 Axesinstanceclip_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. path_effectsunknown picker[None|float|boolean|callable] rasterized[True | False | None] sketch_paramsunknown snapunknown transformTransforminstanceurla url string visible[True | False] zorderany number