You are reading an old version of the documentation (v3.0.0). For the latest version see
https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.add_table.html
Version 3.0.0
Fork me on GitHub
Navigation
index
modules
|
next
|
previous
|
home
|
examples
|
tutorials
|
API
|
docs
»
The Matplotlib API
»
axes
»
Quick search
Related Topics
Documentation overview
The Matplotlib API
axes
Previous:
matplotlib.axes.Axes.add_patch
Next:
matplotlib.axes.Axes.twinx
Show Page Source
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.