Is there any way to attatch a Text Plot Label to the axis using LabScript? It is possible using the Plot Details dialog box via the GUI, but I have been unable to find the script commands.
You can access labels through the label command. For example...
//////////////////////////////////////// //Add Path info and Graph Name on Save //to label named "Path" %B=%H - %X%G.OPJ; label -s -sa -n Path %B; ////////////////////////////////////////
Look up the label command in the Help files. I believe the default X,Y labels have special names you can access. Also look at the label object.