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
 All Forums
 Origin Forum for Programming
 LabTalk Forum
 Attatching Text Plot Labels using LabScript

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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.

Hope this helps.

Craig Storey
Origin WebRing Member - http://g.webring.com/hub?ring=originwebring

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000