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
 Origin Forum
 How to force X and Y axis with same scale?

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
tlab Posted - 03/12/2003 : 01:39:06 AM
I am a new comer ;-)
Could anybody tell me how to force x and y axis with same scale? For example, x from 0 to 100, y from 0 to 50, I hope the length of x axis could be automatically set as double as the length of y axis. when I change y from 0-50 to 0-150, it can redraw the plot and show that the length of y axis is 1.5 longer than x axis.
Are there any setting to do so in Origin?
Thanks.
6   L A T E S T    R E P L I E S    (Newest First)
ssavarmand Posted - 11/08/2014 : 4:38:50 PM
Thanks. Got it.
snowli Posted - 10/30/2014 : 11:58:43 AM
Hello,

Could you let me know which Origin version you are using?

Since Origin 9.1, we supports link axis length to scale from GUI.
http://www.originlab.com/doc/Quick-Help/axis-isometric

So you can double click you graph to go to Plot Details dialog. Select Layer node on left panel. And go to Size/Speed tab.
There is a checkbox Link Axis Length to Scale (Isometic).


Thanks, Snow
ssavarmand Posted - 10/30/2014 : 09:19:02 AM
Hi Laurie,
I am new to Origin. I wanted to try this. I tried to run the script and I put it in the Command Window (Alt + 3). The data does not show up. I think I made a mistake. How can I undo what I did.
Thanks.

quote:
Originally posted by Laurie

You can do this from script. Open the Script Window and run the following script:

layer.width=(LAYER.X.TO-LAYER.X.FROM)/(LAYER.Y.TO-LAYER.Y.FROM)*layer.height;



OriginLab Technical Support

tlab Posted - 03/13/2003 : 9:50:09 PM
It seems it only works when layer.unit is not % of page.
tlab Posted - 03/12/2003 : 11:03:55 PM
It works. Thanks a lot.
Gobmany.
Laurie Posted - 03/12/2003 : 10:20:29 AM
You can do this from script. Open the Script Window and run the following script:

layer.width=(LAYER.X.TO-LAYER.X.FROM)/(LAYER.Y.TO-LAYER.Y.FROM)*layer.height;



OriginLab Technical Support

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