Heatmap.set_xticks#
missionbio.mosaic.plots.heatmap.Heatmap.set_xticks
- Heatmap.set_xticks(fig: Figure, tick_axis: int = 3, overlay_axis: int = 2) None#
 Set the xaxis tickvalues
- Parameters:
 - figgo.Figure
 The figure whose axis are to be modified
- tick_axisint
 The index of the axis to be added to the figure which will contain the xaxis tickvalues. The default value is used for the standard heatmap created using Heatmap.draw
- overlay_axisint
 The index axis currently present in the figure which will be overlayed by the new axis. The default value is used for the standard heatmap created using Heatmap.draw