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
 move/shift/offset only axis lable, not the axis

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
asenv Posted - 09/18/2011 : 1:09:07 PM
Origin Ver. and Service Release (Select Help-->About Origin): 8.1G SR3
Operating System:windows 2000

Hi mates,
is it possible with labtalk command, or with OriginC to move only the axis lable and not the axis? See in the picture below where -130% is.



P.S. I found this thread:
http://www.originlab.com/forum/topic.asp?TOPIC_ID=8653

which has this (i think undocumented) commands:
layer.x.postype = 2; // Use absolute
layer.x.position = 0;
layer.y.postype = 2;
layer.y.position = 0;


but they move the axis with its lable and I want only the lable.

Cheers,
Asen
3   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 09/19/2011 : 12:54:04 PM
Oh, sure.... but what I did was simply first enter the following command in the Script window:
layer.x.label.=<ENTER>

--Hideo Fujii
OriginLab
asenv Posted - 09/19/2011 : 12:06:56 PM
Hi Hideo,
thank you very very much, it works great. I should have searched harder in LabTalk manual. Now I see it, but before I really did not notice the "Layer.Axis.Label" section.

Cheers,
Asen
Hideo Fujii Posted - 09/19/2011 : 11:32:34 AM
Hi Asen,

Here you can try:

layer.x.label.OFFSETV=-130

--Hideo Fujii
OriginLab

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