resize and adjust the heatmap in heatmap.2

前端 未结 2 1544
说谎
说谎 2021-01-11 20:25

I\'ve generated a heatmap like this: \"enter

The X-axis and Y-axis labels don\'t show

2条回答
  •  Happy的楠姐
    2021-01-11 20:38

    A few tips:

    • to reduce the font size, use the cexRow and cexCol arguments, e.g.

      heatmap.2(x, ...., cexRow=0.5)
      
    • Adjust the values in the hlei and margins arguments.

提交回复
热议问题