-
@smetmike @cyruskosar @Stata gen tlabs = "" replace tlabs = labs if M>20 replace tlabs = labs if K>60 scatter …, mlab(tlabs) … Works well to use mlabv(•) with a variable that varies with M and K
-
@smetmike @cyruskosar @Stata Back on my computer now so here’s a related snippet I’ve modified in the past to automatically label only points furthest from regression line.