Change text color in rowAnnotation? #770
Unanswered
lorenzoFabbri
asked this question in
Q&A
Replies: 1 comment
-
Can you give me an example? |
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.
-
I am trying to change text color in
rowAnnotation
, so that each variable with the same name has the same color. I tried to create a vector of the form"variable1" = "color1"
and pass this vector togp = gpar(col = col)
, but the colors do not match (i.e., same color for different variable names). What am I doing wrong? Thanks.Beta Was this translation helpful? Give feedback.
All reactions