You are reading an old version of the documentation (v2.2.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.add_table.html
Version 2.2.0
matplotlib
Fork me on GitHub

This Page

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.