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
 translate a group of curves
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

zorrax

China
5 Posts

Posted - 10/22/2015 :  04:11:34 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
hi

I have a small question :
is it possible to translate vertically or horizontally a group of curves ?
I try with data markers but it does not work

thank you



Origin Ver. and Service Release (Select Help-->About Origin): 2015 sr1 b9.2.257
Operating System:windows 7

Shirley_GZ

China
Posts

Posted - 10/22/2015 :  05:08:52 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi,

You can use the Gadget "curve translate" to translate the curves vertically or horizontally one by one.

http://www.originlab.com/doc/X-Function/ref/curve-translate

Or you can write some script to translate all curves in current graph window.

doc -e D
{
%C += 5; //Translate all curves vertically by step=5
}


To translate all curves horizontally(I suppose there is only one X dataset for all curves), you can try the script below:


range rr=[Book1]Sheet1!A;
rr+=5;


Thanks,
Shirley

Originlab Technical Service Team
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