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
 Problem with adding error bars

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
toraneko Posted - 04/11/2012 : 2:56:15 PM
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
3   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 04/12/2012 : 09:58:51 AM
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
toraneko Posted - 04/12/2012 : 01:25:27 AM
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
Hideo Fujii Posted - 04/11/2012 : 4:14:59 PM
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



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