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