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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 Custom scale
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

Yomajo

Lithuania
2 Posts

Posted - 10/13/2010 :  3:05:17 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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

rdremov

USA
28 Posts

Posted - 10/13/2010 :  5:35:34 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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.
Go to Top of Page

Yomajo

Lithuania
2 Posts

Posted - 10/13/2010 :  5:54:27 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
It's not exactly what I was hoping to do but this variant is suitable for me, thanks!
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000