newTable

mantidplot.newTable(name=None, rows=30, columns=2)

Create a table.

Args:
name: The name to give to the table (if None, a unique name will be generated). row: The number of rows in the table (default: 30). columns: The number of columns in the table (default: 2).
Returns:
A handle to the created table.