Dear all,
I would greatly appreciate your input on how to modify a simple bar chart.
Specifically, I have sorted 774 patients by their individual scores on a symptom scale ("IPSS") from non (0) to severly symptomatic (35). Now I would like to color code patients by their symptom burden (IPSS values 0-7 in green; 8-19 in orange; 20-35 in red). Using the graph editor did not help; would anyone know how to code this ? Please see the current graph attached; the first 97 patients have a score of 0, therefore it appears as if there would be a blank.
code:
twoway bar postopipss ipssseq, barw(0.6)
postopipss=IPSS score
ipssseq=patients sorted by IPSS score

I would greatly appreciate your input on how to modify a simple bar chart.
Specifically, I have sorted 774 patients by their individual scores on a symptom scale ("IPSS") from non (0) to severly symptomatic (35). Now I would like to color code patients by their symptom burden (IPSS values 0-7 in green; 8-19 in orange; 20-35 in red). Using the graph editor did not help; would anyone know how to code this ? Please see the current graph attached; the first 97 patients have a score of 0, therefore it appears as if there would be a blank.
code:
twoway bar postopipss ipssseq, barw(0.6)
postopipss=IPSS score
ipssseq=patients sorted by IPSS score
Comment