79716312

Date: 2025-07-27 10:13:06
Score: 2
Natty:
Report link

Do you accept a hacky approach, where we color the empty labels white?

dend %>% 
  set("leaves_pch", 19) %>% 
  set("leaves_cex", 2) %>% 
  set("leaves_col", leafcols) %>% 
  set("labels_col", ifelse(new_labels == "", "white", "black")) %>% 
  circlize_dendrogram(dend_track_height = 0.8)

out

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Tim G