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
 How make error bar of y based on repeated x data ?

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
asd_com Posted - 05/07/2002 : 05:29:28 AM
I have a few set of data x and y,
like:
x y
1 2
1 4
1 6
2 8
2 9
2 6
3 2
4 5
Now How may I draw y vs. x of all points and with error bars of y from min to max values of y on each case of simillar x values?

Is origin capable of doing it fast without adding any column to worksheet?
(Imagine I have a column of x and tens of column y which have repeating values on x!)
1   L A T E S T    R E P L I E S    (Newest First)
Hideo Fujii Posted - 05/07/2002 : 11:20:36 AM
Not sure this satisfies you, or not, but you can try.

1) Sort the worksheet by A(X) as the first key, and B(Y)as the secondary key.
2) Insert a null row between rows wheere the value of A(X) changes.
3) Plot Symbol+Line graph.

In your case, you can plot the following:

A(X) B(Y)
1 2
1 4
1 6
-- --
2 6
2 8
2 9
-- --
3 2
-- --
4 5

Too simplistic?

--Hideo

P.S. Could anybody kindly provide a script or an OriginC code to do above procedure automatically, especially the inserting null rows part?

Edited by - Hideo Fujii on 05/07/2002 14:27:07

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