Hello everyone,
I want to have a graph with 6 groups in it.
I am able to produce a graph with 6 small graphs next to each other with the command: twoway scatter var1 var2, by(Group).
When I put all datapoints of all groups in one graph, I have the problem that you can't see all datapoints as some are on top of each other. I thought to use the jitter option to solve that problem. Then the graph does not look very overseeable, which is why I wanted to add the mlabel(Group) option as well. If I do that the jitter option does not work anymore..tw scatter var1 var2, jitter(7) mlabel(Group)
Is there a way to combine the mlabel and jitter option?
Or do you have another idea how to create such a graph?
Related Posts with 6 groups in one graph
Combined new variable: code MV from other variablesI would like to create a variable in which I code 1 if a certain threshold in several other indicato…
All Dates on Data Editor Coming Up as .Hello! Currently new to operating STATA. My Data Editor does not show any dates despite me having d…
Estimating the modified Jones model by industry and year using panel dataHi all. I'm studying the relationship between restatements and firms' earnings management behaviour.…
How can I use pweight by hand?Dear statalists: I want to use a mirco sampling data in R,but the package used in R is systemfit whi…
Singleton dummy variable (possible problem)Dear all, I am running a couple of regressions with country and year fixed effects. But, in some re…
Subscribe to:
Post Comments (Atom)
0 Response to 6 groups in one graph
Post a Comment