Plot one or more DSMs
The DSM or list of DSMs to plot. The DSMs can either be two-dimensional (n_items x n_items) matrices or be in condensed form.
For each given DSM, a name to show above it. Defaults to no names.
The each item (row/col) in the DSM, a string description. This will be displayed along the axes. Defaults to None which means the items will be numbered.
Number of rows to use when plotting multiple DSMs at once. Defaults to 1.
Matplotlib colormap to use. See https://matplotlib.org/gallery/color/colormap_reference.html for all possibilities. Defaults to ‘viridis’.
Title for the entire figure. Defaults to no title.
The figure produced by matplotlib