heatmaply icon indicating copy to clipboard operation
heatmaply copied to clipboard

na.value doesn't work

Open talgalili opened this issue 9 years ago • 0 comments

This seems to be a problem in plotly.

Minimal example:

library(heatmaply)
x <- mtcars
x[3:10,2:4] <- NA
heatmaply(x, Rowv=F, Colv=F)
heatmaply:::ggplot_heatmap(x)

In ggplot: image

In heatmaply: image

talgalili avatar May 26 '16 18:05 talgalili