Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3655
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2017-06-01 08:47 -0700 |
| Message-ID | <1137a62e-23b6-4d9e-8b9f-62e034b6f9db@googlegroups.com> (permalink) |
| Subject | skipping values in a data file |
| From | "hugocoolens@gmail.com" <hugocoolens@gmail.com> |
I have a data file with measurements, each measurement has been repeated 5 times. However because of a bug in the apparatus software the first and the second measurement are always unreliable, therefore I want to skip them i.e. I don't want to plot these unreliable data points, neither do I want to use them for fitting to a function. This is an example: 1 #unreliable 1.5 #unreliable 3 #reliable 3.1 #reliable 2.9 #reliable #start of next 5 measurements: 3 #unreliable 3.1 #unreliable 3.5 #reliable 3.4 #reliable 3.6 #reliable Can anyone here show me how to do is from within Gnuplot? kind regards, Hugo
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
skipping values in a data file "hugocoolens@gmail.com" <hugocoolens@gmail.com> - 2017-06-01 08:47 -0700
Re: skipping values in a data file Ethan A Merritt <sfeam@users.sourceforge.net> - 2017-06-01 14:26 -0700
Re: skipping values in a data file "hugocoolens@gmail.com" <hugocoolens@gmail.com> - 2017-06-02 02:39 -0700
Re: skipping values in a data file Ethan A Merritt <sfeam@users.sourceforge.net> - 2017-06-02 13:25 -0700
Re: skipping values in a data file "hugocoolens@gmail.com" <hugocoolens@gmail.com> - 2017-06-03 11:31 -0700
csiph-web