You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ho can I add a little whitespace/gap between the column title 'box' (orange, green in the pic below) and the first row of the heatmap body?
I have experimented with ht(opt). ht_opt("TITLE_PADDING" = unit(c(2, 1), "mm") allows me to adjust the height of the box and the vertical position of the label ('classical monoc') in the box, but ht_opt("COLUMN_ANNO_PADDING") seems to have no effect at all.
The relevant code to generate the heatmap in the (partial) screenshot:
Ho can I add a little whitespace/gap between the column title 'box' (orange, green in the pic below) and the first row of the heatmap body?
I have experimented with
ht(opt)
.ht_opt("TITLE_PADDING" = unit(c(2, 1), "mm")
allows me to adjust the height of the box and the vertical position of the label ('classical monoc') in the box, butht_opt("COLUMN_ANNO_PADDING")
seems to have no effect at all.The relevant code to generate the heatmap in the (partial) screenshot:
Many thanks in advance!
The text was updated successfully, but these errors were encountered: