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
 Custom 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
Yomajo Posted - 10/13/2010 : 3:05:17 PM
Origin Ver. and Service Release (Select Help-->About Origin): pro 8
Operating System: Win7

Hi,
firstly, I want to ask is it possible to make custom scales? I need that x axis would be x^(3/2). I have tried adding additional axes or layers but I didn't succeeded and it's plenty of work. Does anyone have any suggestions?

Thank you
2   L A T E S T    R E P L I E S    (Newest First)
Yomajo Posted - 10/13/2010 : 5:54:27 PM
It's not exactly what I was hoping to do but this variant is suitable for me, thanks!
rdremov Posted - 10/13/2010 : 5:35:34 PM
Let us assume that your X data are in col(A) and Y in col(B).
1. Activate worksheet and run script to make nonlinear space
col(A)=col(A)^(3/2);
2. Select both col(A) and col(B) and make a plot
3. Activate plot and run script to make axis in linear space
layer.x.label.formula$=x^(2/3);

You will need to adjust scale From and To to nonlinear limits, set decimal places and major ticks in the X axis dialog. You could probably achieve better ticks using custom positions.

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