On this page
matplotlib.axes.Axes.table
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.Tableinstance. EithercellTextorcellColoursmust be provided. For finer grained control over tables, use theTableclass and add it to the axes withadd_table().Thanks to John Gill for providing the class and table.
kwargs control the
Tableproperties: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  
© 2012–2017 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
 http://matplotlib.org/2.0.2/api/_as_gen/matplotlib.axes.Axes.table.html