labels = ~ paste("very long labels", .x) ) + anno_left(unit(20, "mm")) + align_dendro() ``` One useful way to utilize `free_spaces` is to position the guide legends next to the annotations. (Note the guide legend from the bottom annotation): ```{r fig.dim = c(12, 12...