Hi all,
I'm using the following code to graph a figure by two sets of groupings - 'alt' and 'lcclass'. How do I edit the code to display the bars for class 2 in red? I want all 4 bars under class 1 in blue and the four under class 2 in red.
Thank you.
I'm using the following code to graph a figure by two sets of groupings - 'alt' and 'lcclass'. How do I edit the code to display the bars for class 2 in red? I want all 4 bars under class 1 in blue and the four under class 2 in red.
Thank you.
Code:
graph hbar (mean) dth_hub_uptake, over(alt) over(lcclass) title(`"TH hub is available for mixed and TH visits (Basecase = not available)"', size(medsmall)) ytitle(`"Change in predicted uptake relative to base level"') ytitle(, size(small))

Comment