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
 Show an "upper bound" curve?

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
andrewsan Posted - 10/04/2004 : 3:09:47 PM
Origin Version (Select Help-->About Origin): 7.5 SR2
Operating System: Win2K

Newbie here, so sorry if this is a simple question. Couldn't find a previous post to answer this.

I would like to know if I can fit an "upper bound" line to a set of data. Say, for simplicity, I have a sinusoidal line, is there an easy way to generate the upper bound of that graph? In this case, it would be a straight line. My data deals with trying to show bearing areas of machined parts.

thanks.
2   L A T E S T    R E P L I E S    (Newest First)
andrewsan Posted - 10/05/2004 : 7:59:34 PM
suuuuuper! thanks a lot!
easwar Posted - 10/04/2004 : 5:06:22 PM
Hi,

If you just want to draw a line at max value of the plotted dataset, you can use script code such as below in the script window (copy and paste these lines of code, then highlight both lines and hit the Enter key):


sum(%c); // Compute stats on active curve;
draw -l -h sum.max; // Place a horizontal line at max value;



If you are looking to create a top/bottom envelope line for your data, see this free add-on:
http://www.originlab.com/FileExchange/details.aspx?C=5&cid=18&fid=39

Easwar
OriginLab


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