print_llt¶
- giant.utilities.print_llt.print_llt(labels, values, min_column_length=10)[source]¶
This pretty prints the lower left triangle of a matrix with labels.
This is used to print covariance and correlation matrices.
- Parameters:
labels (Sequence[str]) – The labels for each row/column of the matrix
values (ndarray[tuple[Any, ...], dtype[_ScalarT]]) – The matrix to print
min_column_length (int) – the minimum length of a column in characters