Dear scientists,
My idea is to make label of x axis tilt 45°, but when I run my code as below, there is an error. (Data is the sysuse auto)
Would you please help me to correct code below and get the tilting x axis label?
Thansk!
Jack
My code and error:
My idea is to make label of x axis tilt 45°, but when I run my code as below, there is an error. (Data is the sysuse auto)
Would you please help me to correct code below and get the tilting x axis label?
Thansk!
Jack
My code and error:
Code:
sysuse auto, clear graph bar rep78, over(foreign) xla(angle(45)) xlabels(angle(45)) not allowed, xaxis1 does not exist r(198);
Comment