RJVV
RJVV

Reputation: 71

Heatmaply Remove Ticks

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

Answers (1)

alan ocallaghan
alan ocallaghan

Reputation: 3038

This is now resolved, thanks for the bug report: https://github.com/talgalili/heatmaply/commit/50bea348ff8887429c2df431e3cc38beb5a0def7

Upvotes: 3

Related Questions