Dear members, I have a data information by country, from which I made a twoway Graph, however, using "marker properties" I would like to highlight just one country. How can I do this?
-
Login or Register
- Log in with
sysuse auto, clear scatter mpg weight , ms(Oh) || scatter mpg weight if make == "Subaru", mla(make) legend(off)
Comment