I did some searching around I wasn't able to find a solution.
This is what my data looks like:
Category V1 V2
A 2.1 .98
B 1.8 .72
C 5.6 .75
D 1.1 .85
What I want is a bar going up for each category to the height of V1, and it would be shaded conditionally according to V2. The column part isn't a problem, I couldn't find a way to conditionally fill in the bars with colors depending on some other variable.
Does anyone have any suggestions on how to create what I want?
Thanks for your help!
This is what my data looks like:
Category V1 V2
A 2.1 .98
B 1.8 .72
C 5.6 .75
D 1.1 .85
What I want is a bar going up for each category to the height of V1, and it would be shaded conditionally according to V2. The column part isn't a problem, I couldn't find a way to conditionally fill in the bars with colors depending on some other variable.
Does anyone have any suggestions on how to create what I want?
Thanks for your help!