Hi All,
I would like to place a label of a yline() on the y-axis to indicate the actual value of the yline()
So in this example, I would like the ylabel() to include the value "-3.26" which is the value of the yline()...
Thanks in advance!
Ariel
I would like to place a label of a yline() on the y-axis to indicate the actual value of the yline()
Code:
sysuse auto cusum foreign weight, yline(-3.26)
Thanks in advance!
Ariel

Comment