chessboard.api.vis.PlotPointEstimate

chessboard.api.vis.PlotPointEstimate(data, save=None)

Heatmap cluster plot

Plots a heatmap representation of the data and clustering. Note that \(\Psi\) values are shown in the heatmap and white spaces are missing values. CHESSBOARD output should be added to the object.

Parameters
  • data (Data) – Chessboard object. Must contain CHESSBOARD output after using chessboard.api.io.Data.addChessboardOutput().

  • save (Optional[str]) – Path to plot output save. If None, the plot is not saved.