newMatrix

mantidplot.newMatrix(name=None, rows=32, columns=32)

Create a matrix (N.B. This is not the same as a ‘MantidMatrix’).

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