custom graph legend
I'm trying to add a nice pretty graph legend to a Bivariate Fit:
The orange fit line is a customized line added using this script:
Pen Color( "orange" );
Pen Size( 2 );
Y Function( 21.07 * x, x );
I used this custom script in the graph to get that text in there:
Text( {20, 32}, "TOT Other = 21.1 * 3XL" );
Text( {20, 25}, "TOT Other = 46.8 + 9.1*3XL" );
Text( {20, 19}, "Lo...