Replies: 1 comment
-
@maotian06 I like using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here I want to show how to fix one
colour.scheme
issue increate.heatmap()
function. Credit to @stefaneng for his smart solution:The problem was about a duplicated color when I was trying to plot a collection of heatmaps using 10 different colors. With the old code:
It always shows a duplicated color at the end and the color doesn't match what the

colour.scheme
allocated:@stefaneng 's solution was using the
input.colours = TRUE
option:Problem resolved:

Not sure why.....
Beta Was this translation helpful? Give feedback.
All reactions