How to put variable title name in the list of graph?
Hello all,I am not able to find problem why it is not showing title name according to the variable "a1". Please find my script below.dt1 = open("F:\pushpendra\jmp\HIPO_RintCalculation.jmp");dt2 = open("F:\pushpendra\jmp\wafer.jmp");for(i=1,i<=nrow(dt2),i++, a1= Eval(column(dt2, 1)); biv=dt1<<Bivariate( Y( :Site_Value ), X( :Name( "Length(um)" ) ), Fit Line( {Line Color( "Red" )} ), where( :W...
