Tommaso
Tommaso

Reputation: 1

Remove transparency from d3heatmap

I realized a heatmap using d3heatmap function but I get transparent color. How can I remove this transparency?

enter image description here

Moreover, as you can see I have a huge number of rows and the label were overlapped. Is there a way to format the label ? It's fine also if only some labels will be shown.

my code:

library("d3heatmap")

d3heatmap(b, col = coul, k_row =4, k_col = 4,show_grid = TRUE, key=TRUE)

Upvotes: 0

Views: 30

Answers (0)

Related Questions