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
 How to modify the range of coordinates batch way

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
ytyyutianyun Posted - 02/18/2012 : 09:04:05 AM
Origin Ver. 7.5 and Service Release sp5 (Select Help-->About Origin):
Operating System:windows 7

For example

all the picture's x is from -2.5 to 22.5

then how to modify this to: from 0 to 10 in one time
2   L A T E S T    R E P L I E S    (Newest First)
ytyyutianyun Posted - 02/20/2012 : 06:27:11 AM
Thanks, And if you will, can you do the problem "http://www.originlab.com/forum/topic.asp?TOPIC_ID=10200"


Thanks.
couturier Posted - 02/20/2012 : 05:05:46 AM
In script window, type the following script:

doc -e LP { // execute for all layers of all graph windows
layer.x.from=0;
layer.x.to=10;
};

then select all the lines and press Enter

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