Dear Statalister,
Please help me to add a vertical line at value of 10 with the below command on same plot.
distplot area, over(file_name) scheme(s1color) c(J J) lc(red blue green) xla( 0(10)100, valuelabel) yla(0 "0" 1 "1" 0.2(0.2)0.8, format ("%02.1f") ang(h))
I tried using this code
distplot area, over(file_name) addplot yline(10) scheme(s1color) c(J J) lc(red blue green) xla( 0(10)100, valuelabel) yla(0 "0" 1 "1" 0.2(0.2)0.8, format ("%02.1f") ang(h))
but it is showing error.
Thanks in advance.
Please help me to add a vertical line at value of 10 with the below command on same plot.
distplot area, over(file_name) scheme(s1color) c(J J) lc(red blue green) xla( 0(10)100, valuelabel) yla(0 "0" 1 "1" 0.2(0.2)0.8, format ("%02.1f") ang(h))
I tried using this code
distplot area, over(file_name) addplot yline(10) scheme(s1color) c(J J) lc(red blue green) xla( 0(10)100, valuelabel) yla(0 "0" 1 "1" 0.2(0.2)0.8, format ("%02.1f") ang(h))
but it is showing error.
Thanks in advance.
Comment