Heatmap.data_lines_trace#
missionbio.plotting.heatmap.Heatmap.data_lines_trace
- Heatmap.data_lines_trace(vertical: bool, name: str = 'data-lines') Scattergl #
- Parameters:
- verticalbool
Whether to draw vertical or horizontal lines
- namestr
The name of the trace
- Returns:
- go.Scattergl:
The scatterplot with horizontal lines dividing the y_group labels
< Class Heatmap