Matplotlib table formatting
The matplotlib documentation says Add a table to the current axes. Returns a matplotlib.table.Table instance. For finer grained control over tables, use the Table class and add it to the axes with add_table(). You could do is the following, look at the properties of your table (it’s and object belonging to that class Table): print … Read more