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
 Error bars smaller than symbol

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
vadb Posted - 09/05/2013 : 11:59:10 AM
Hello,

When the size of the error for certain points in a scatter plot is small, the error bars for those points are smaller in height than the corresponding symbols. This makes those points look like their symbols are distorted. Is it possible to plot only those error bars that are are above a certain value?
Thank you.

Vad
3   L A T E S T    R E P L I E S    (Newest First)
vadb Posted - 09/05/2013 : 2:54:01 PM
Oops, just realized the answer to my own question: ":col(C)" is the value in the new column in case the condition is false.
vadb Posted - 09/05/2013 : 2:48:28 PM
Hi Hideo,

Thank you for the response. That worked!

I am just now learning Origin's scripting language.
Would you mind going over the formula?

I presume col(C)<0.1?0 tests whether each value is less than 0.1 and if it is, sets it to zero.
Why do you have the last " :col(C)" ?

Vad
Hideo Fujii Posted - 09/05/2013 : 2:25:20 PM
Hi Vad,

Assuming that you have 3 columns - A(X), B(Y), and C(YErr). Then, you can:
1) Add a column to the worksheet, and designate also as YErr, i.e. D(YErr)
2) Run Set Column Values tool for this new column, and set the following
   formula (here 0.1 is the criterion):
col(C)<0.1?0:col(C)
3) Highlight both B(Y) and D(YErr) using CTRL key, and select the desired Plot menu (or a graph icon).

Does it work?

--Hideo Fujii
OriginLab

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