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
 Problem with adding error bars
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

toraneko

Germany
3 Posts

Posted - 04/11/2012 :  2:56:15 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Origin Ver. and Service Release (Select Help-->About Origin):
Operating System:

Hello!

So my data consists of four measurements which I have to merge and calculate the Y standard deviation. That goes without problem. Now for approximately 1600 data points I also get 1600 different standard deviations. I want to add some error bars but I can only add all 1600 ones and that of course looks silly. Is there a way to tell the programme to only pick an error bar every 200 data points or a similar function?

Thank you very much!
toraneko

Hideo Fujii

USA
1582 Posts

Posted - 04/11/2012 :  4:14:59 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi toraneko, (<-- do you have a cat? :-) )

If your Origin is of a recent version (at least 8.5), once you plat the data with all
error bars, you can eliminate by setting N bars, or by skipping N bars from the
Plot Details dialog. To do so, choose the error bar dataset from the left panel,
and in Error Bar tab, you can set the option of "At which datapoints to draw".

--Hideo Fujii
OriginLab


Go to Top of Page

toraneko

Germany
3 Posts

Posted - 04/12/2012 :  01:25:27 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hello!

We even have two cats :)
But unfortunately I only have origin 8, is there a way to do the same thing there?

Thank you!
toraneko
Go to Top of Page

Hideo Fujii

USA
1582 Posts

Posted - 04/12/2012 :  09:58:51 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi toraneko,

Then, you need to create an extra error column with skipping missing values, that is: 

1) Insert a column, and designate as YEr. (e.g., when you have A(X)B(Y)C(YEr) columns, 
then make A(X)B(Y)D(Yer)[empty]C(YEr) columns.) 

2) Using Set Column Values tool, fill skipping missing values(=1/0) with a formula like: 
  mod(i,200)==0?col(C):1/0

3) Plot the data with your new error column.

--Hideo Fujii
OriginLab

Edited by - Hideo Fujii on 04/12/2012 10:05:33 AM
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