MultiMap.draw#
missionbio.plotting.multimap.MultiMap.draw
- MultiMap.draw(heatmap_columns: Optional[Sequence[int]] = None) Figure #
Draw the plot.
- Parameters:
- heatmap_columnsOptional[Sequence[int]]
The columns on which the heatmap is to be plotted. If None, then the heatmaps are plotted on the rightmost columns. This must have the same length as datas passed to
MultiMap
.
- Returns:
- figplotly.graph_objects.Figure
The leftmost column is always a set of labels for the rows. The rightmost columns, or those provided by heatmap_columns are the heatmaps. The extra columns are left empty, but their titles are added.
< Class MultiMap