LinePlot.set_ticks#
missionbio.plotting.lineplot.LinePlot.set_ticks
- static LinePlot.set_ticks(axis: Union[YAxis, XAxis], groups: ndarray) ndarray#
 Set the tickvalues as the unique values in groups.
- Parameters:
 - axisUnion[go.YAxis, go.XAxis]
 The axis whose tickvalues are to be set
- groupsnp.ndarray
 The group for each row/col in the heatmap
< Class LinePlot