Heatmap.draw#
missionbio.plotting.heatmap.Heatmap.draw
- Heatmap.draw() Figure #
Create the heatmap figure.
- Returns:
- go.Figure:
The heatmap with the grouped rows and columns. There are four traces in it.
The heatmap for the y-axis grouping.
The heatmap of the given dataframe.
The scatterplot drawing the lines for heatmap-1
The scatterplot drawing the lines for heatmap-2
< Class Heatmap