I currently have the following hbar code:
graph hbar asr, over(var1) over(var2) stack exclude0
I would like however for variable 'asr' (xaxis) to be on a logscale for the graph. When I specify yscale(log) this does not work (all bars overlap and it is impossible to read). When I manually change 'asr' to be on the logscale using graph editor>>click on x axis>>scale>>use log scale I do not get the scale I want, with many bars looking the same. I've attached photos of the figure before the log and after I apply it. Could you please let me know how I can get the logscale to work?
Thank you in advance for your help,
Miranda
graph hbar asr, over(var1) over(var2) stack exclude0
I would like however for variable 'asr' (xaxis) to be on a logscale for the graph. When I specify yscale(log) this does not work (all bars overlap and it is impossible to read). When I manually change 'asr' to be on the logscale using graph editor>>click on x axis>>scale>>use log scale I do not get the scale I want, with many bars looking the same. I've attached photos of the figure before the log and after I apply it. Could you please let me know how I can get the logscale to work?
Thank you in advance for your help,
Miranda
Comment