Good morning to the community.
I have xlabel with (Basic Materials, Communications, ConsumerCyclical ...) and I would like to apply a vertical angle to this xlabels.
I have the error ivalid 'ang' r(198) mentioned when I run the command.
Thank you for your help.
I have xlabel with (Basic Materials, Communications, ConsumerCyclical ...) and I would like to apply a vertical angle to this xlabels.
Code:
twoway scatter ln_firm_performance industry_n, msymbol(circle_hollow) || connected ln_firm_performance_mean industry_n, msymbol(diamond) || , xlabel(1 "Basic Materials" 2 "Communications" 3 "Consumer, Cyclical" 4 "Consumer, Non-Cyclical" 5 "Energy" 6 "Financial" 7 "Industrial" 8 "Technology" 9 "Utilities", labsize(small), ang(v)))
Thank you for your help.
Comment