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
|