Hi, I've have a problem with a graph. Many time ago, I did "Grafico_ILD" graph but I don't rembember the instruction.
Today, I used this code
but I obtained the second graph. The problem in the second graph is the lines bad quality. How can I resolve my problem? I'm using Stata 12
Thanks
Today, I used this code
Code:
. twoway (scatter ild tempomesi if trattato==0, msymbol(circle_hollow)) (scatter ild tempomesi if trattato==1, msymbol(circle_hollow)) (line ild tempomesi if trattato==0, lcolor(navy) lpattern(solid) connect(ascending) cmissing(n)) (line ild tempomesi if trattato==1, lcolor(maroon) lpattern(solid) connect(ascending))
Thanks
Comment