Dear Stata users,

I'm trying to produce a graph with both scatter and lfit commands. I would like to have each data point labeled and hence include the mlabel(varlist). But the error popped up saying that mlabel is not allowed. Does anyone knows what's the problem and is there any solution to this? Following is my code:

Code:
twoway scatter R RP || lfit R R, mlabel(asset)
Any help is much appreciated!