Version 3.0.2
matplotlib

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.