adding text from outside bivariate
Hi all,
I am trying to position a text box on bivariate plot.
The contents of text boxt are extracted from the bivariate report based on fit, so its not ready when I am constructing the bivariate in the first place.
Please let me know the syntax regarding this.
Below is a simplified version of code I am using. I want to add number "this_var" (at end) on bivariate.
biv=Dt << Fit Y by X(
...