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. |