Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
OriginBeginner
Posted - 10/30/2019 : 5:39:42 PM Hello :)
I have some measurement values in B(x) and the error values in C(x) and D(x). C(x) is the max upper error and D(x) the minus error. here is the data: https://ibb.co/yyR6CWV
now I want to plot the measurement values, and the errors with the option "set as" => "Y error bar".
the bars are way too big, as you see when you compare them to the values in C(x) and D(x).
what am I doing wrong? Probably has something to do with selecting the coloms in the data sheet and properly connect them or something? When I select various at the same time and check the "set as..." options, there are much more options now, which I dont really understand ..^^
maybe somebody spots the mistake I am making? Thank you a lot!
1 L A T E S T R E P L I E S (Newest First)
YimingChen
Posted - 10/31/2019 : 09:46:26 AM Hi,
When you set col(C) to Y Error, the values are used as the magnitude of the error instead of the position of error bar. You can right click on col(C) and select set as Y, then highlight col(B) to col(D) to make a scatter plot. Thank you.