Hi all,
very simple question: I would like to add the labels to the variables I have in my twoway scatter plot, I have only 3 so it should be possible, but the yvar(addlabels) doesn't seem to work
graph twoway (scatter yvar xvar, jitter(2) xlab(1991(5)2021) ylab(0(500)4000) subtitle("Subtitle") note("Source") ylab(,angle(0)) xlab(,angle(0))) (qfit yvar xvar, lw(thick) scheme(s1mono))
ty so much!
very simple question: I would like to add the labels to the variables I have in my twoway scatter plot, I have only 3 so it should be possible, but the yvar(addlabels) doesn't seem to work
graph twoway (scatter yvar xvar, jitter(2) xlab(1991(5)2021) ylab(0(500)4000) subtitle("Subtitle") note("Source") ylab(,angle(0)) xlab(,angle(0))) (qfit yvar xvar, lw(thick) scheme(s1mono))
ty so much!
Comment