The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Attatching Text Plot Labels using LabScript
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

walk6613

USA
1 Posts

Posted - 07/23/2002 :  3:42:28 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

CStorey

Canada
137 Posts

Posted - 07/23/2002 :  4:27:35 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.

Hope this helps.

Craig Storey
Origin WebRing Member - http://g.webring.com/hub?ring=originwebring
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000