Hello,
i was working on generating a simple two way scatter graph
and was looking for the option of displaying certain graph metadata like "Number of data points" (because points can often overlap so hard to visually gauge)..is that something that can happen in stata ?
i was working on generating a simple two way scatter graph
Code:
twoway scatter y x
Comment