Reputation: 71
I have the following code:
colorStand <- colorRampPalette(colors = c("blue", "white", "red"))
heatmaply(data, margins = c(60,100,40,20), colors=colorStand,
limits = c(-2.5,2.5),showticklabels = c(T,F))
This doesn't show row labels (which is good), however I still have ticks, does anyone know how to remove them?
Thanks
Upvotes: 1
Views: 364
Reputation: 3038
This is now resolved, thanks for the bug report: https://github.com/talgalili/heatmaply/commit/50bea348ff8887429c2df431e3cc38beb5a0def7
Upvotes: 3