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
 Graph template with fitting

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
AKazak Posted - 05/31/2022 : 11:35:52 AM
OriginPro 2022b (64-bit) SR1 9.9.5.167
Windows 7 Pro SP1 x64

Greetings!

How do I design a graph template with exponential fitting of all the data by default?

Thank you.

---
Andrey
6   L A T E S T    R E P L I E S    (Newest First)
AKazak Posted - 05/31/2022 : 10:26:20 PM
quote:
Originally posted by YimingChen

The code should work as rect is the name of the ROI box object. gadget gg = rect; refers to the gadget on the active graph.

James



Got it.
How do I list all the gadgets in the active graph?

---
Andrey
YimingChen Posted - 05/31/2022 : 4:09:17 PM
The code should work as rect is the name of the ROI box object. gadget gg = rect; refers to the gadget on the active graph.

James
AKazak Posted - 05/31/2022 : 3:43:41 PM
quote:
Originally posted by YimingChen


gadget gg = rect;
gg.expand(); 


https://www.originlab.com/doc/LabTalk/ref/Gadget-obj

James



Dear James,

Great news!
How do I get a reference to an existing gadget to modify its settings?

---
Andrey
YimingChen Posted - 05/31/2022 : 3:33:55 PM

gadget gg = rect;
gg.expand(); 


https://www.originlab.com/doc/LabTalk/ref/Gadget-obj

James
AKazak Posted - 05/31/2022 : 2:30:07 PM
quote:
Originally posted by YimingChen

If you want operations (e.g. exponential fitting) to be included in a template, you need to create an analysis template instead of a graph template.
https://www.originlab.com/doc/Origin-Help/Analysis-Templates

James



Dear James,

I will look into Analysis Templates in more details.
In the meantime I was thinking about adding Quick Fit Gadget to my templates. How do I trigger Span to Full Plot(s) Range option for an LT script?

---
Andrey
YimingChen Posted - 05/31/2022 : 2:22:07 PM
If you want operations (e.g. exponential fitting) to be included in a template, you need to create an analysis template instead of a graph template.
https://www.originlab.com/doc/Origin-Help/Analysis-Templates

James

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