talgalili / dendextend

Extending R's Dendrogram Functionality
152 stars 28 forks source link

In heatmaply - branches_lwd does not work - thick branches by default #126

Closed talgalili closed 2 hours ago

talgalili commented 2 hours ago

Reported here: https://github.com/talgalili/heatmaply/issues/309

Code reproducing the problem:

library(heatmaply)
ggheatmap(mtcars)

image

talgalili commented 2 hours ago

After the fix:

library(heatmaply)
ggheatmap(mtcars)

image