Hello! I'm representing graphically the evolution of my variable (total entries of people in a program; "total") quarterly using a scatter plot. The thing is that I would like to change the background colour of only one part of my graphic, to highlight the values of the two last quarters. I read several manuals and I look for that in the forum but I really do not find the way. The closest way that I tried is this one, but I am not convinced, it's not really what I have in mind.
scatter total quarter || lfit total quarter, plotregion(fcolor(ebg) margin (l+10 r-10)) graphregion(margin(l+10 r+20))
scatter total quarter || lfit total quarter, plotregion(fcolor(ebg) margin (l+10 r-10)) graphregion(margin(l+10 r+20))

Comment