Axes.table(**kwargs)[source]¶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_filtera filter function, which takes a (m, n, 3) float array and a dpi value, and returns a (m, n, 3) array alphafloat animatedbool clip_boxBboxclip_onbool clip_path[( Path,Transform) |Patch| None]containscallable figureFigurefontsizefloat gidstr in_layoutbool labelobject path_effectsAbstractPathEffectpickerNone or bool or float or callable rasterizedbool or None sketch_params(scale: float, length: float, randomness: float) snapbool or None transformTransformurlstr visiblebool zorderfloat