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
 position (coordinates) of scale fo graph

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 - 04/22/2011 : 11:58:28 AM
Origin Ver. and Service Release (Select Help-->About Origin): 8.1G SR3
Operating System: windows 2000

Hi mates,
i would like to know how i can set the position (coordinates in respect of the page coordinates/page phisical lenght and width) of the scale of a graph (not "from" and "to" properties of the axis). I want to plot two layers on one graph, but scale both layers differently and show the scales of both layers. I can not find hints neither for labtalk nor for originc. It is possible with the mouse to move the y scale to the left or right, but i want to do it programatically.

With best regards
Asen
1   L A T E S T    R E P L I E S    (Newest First)
Laurie Posted - 04/25/2011 : 3:21:30 PM
The Format:Layer menu, opens the Plot Details dialog. On the Size/Speed tab you will see the Layer Area values. These are readable/writable from LabTalk as follows:

layer.left=;
layer.top=;
layer.width=;
layer.height=;

OriginLab Technical Support

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