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 for Programming
 LabTalk Forum
 Rename Graph after fit

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
CRTBT-UBT Posted - 01/12/2006 : 10:13:31 AM
Origin Version (Select Help-->About Origin): 7.5
Operating System: Win-XP

Hi,
I got another question:
I would like to automatically rename the graph after a NLSF session uisng the after fit script. I suppose that the function
win -r winName newName;
should do the job, but I don't how I can get the name of the corresponding graph automatically..
Thx for help,
Johannes
2   L A T E S T    R E P L I E S    (Newest First)
CRTBT-UBT Posted - 01/12/2006 : 10:36:44 AM
Thx, that helps...
...and the bad thing about it: I knew that %h is the active window, but I thougt the active window is the dataset from which I'm plotting... stupid me
Sell Posted - 01/12/2006 : 10:20:19 AM
Hi,
if you are doing the fit interactively, then the graph window should be the active window, what means its name is in %H. (Look for string system variables in labtalk help). If you perform the fit completely by a script only you can know the name.

Then you can apply win -r oldname newname.

Hans-Juergen Sell

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