Hello
I'm sure I'm missing something obvious in the manual, but I can't seem to properly label the axis of my bar graph.
I'm drawing the following graph:
Where r_method* is several variables called r_method1, r_method2, r_method3, ..., etc
How do I label the axis of the graph so it uses the variable labels (eg, variable label of r_method1) instead of it saying "mean of r_method1", etc?
Very grateful for any advice!
I'm sure I'm missing something obvious in the manual, but I can't seem to properly label the axis of my bar graph.
I'm drawing the following graph:
Code:
graph bar r_method*, ascat
How do I label the axis of the graph so it uses the variable labels (eg, variable label of r_method1) instead of it saying "mean of r_method1", etc?
Very grateful for any advice!
Comment