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
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.
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