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
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 Show an "upper bound" curve?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

andrewsan

USA
2 Posts

Posted - 10/04/2004 :  3:09:47 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
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.

easwar

USA
1965 Posts

Posted - 10/04/2004 :  5:06:22 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
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

Go to Top of Page

andrewsan

USA
2 Posts

Posted - 10/05/2004 :  7:59:34 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
suuuuuper! thanks a lot!
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000