Version 3.0.3
matplotlib
Fork me on GitHub

matplotlib.axes.Axes.add_table

Axes.add_table(tab)

Add a Table instance to the list of axes tables

Parameters:
tab: `matplotlib.table.Table`

Table instance

Returns:
`matplotlib.table.Table`: the table.