Describe the bug
If I use the parameter "row_dend_left = T", I cannot get the row labels. I hope the row labels show on the right side. "showticklabels = c(T, T)" would not help.
To Reproduce
heatmaply(mtcars, row_dend_left = T, showticklabels = c(T, T))
Expected behavior
I hope the row labels show on the right side.
Describe the bug
If I use the parameter "row_dend_left = T", I cannot get the row labels. I hope the row labels show on the right side. "showticklabels = c(T, T)" would not help.
To Reproduce
heatmaply(mtcars, row_dend_left = T, showticklabels = c(T, T))
Expected behavior
I hope the row labels show on the right side.