Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
walk6613
Posted - 07/23/2002 : 3:42:28 PM 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.
Thanks
1 L A T E S T R E P L I E S (Newest First)
CStorey
Posted - 07/23/2002 : 4:27:35 PM Do you mean LabTalk script??
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.