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