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
 translate a group of curves

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
zorrax Posted - 10/22/2015 : 04:11:34 AM
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

1   L A T E S T    R E P L I E S    (Newest First)
Shirley_GZ Posted - 10/22/2015 : 05:08:52 AM
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

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