Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4390
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2021-01-11 21:17 -0800 |
| References | (1 earlier) <7d747fb0-48ff-43c8-ab72-21a41e7f39d1n@googlegroups.com> <db36cd2f-e6ba-436b-9b60-01e81b659dccn@googlegroups.com> <d2340c8f-fa2d-4ce2-9d0b-c9c4f5c148bcn@googlegroups.com> <4159fcbc-e889-49d1-a3df-a2dcdc25cc5bn@googlegroups.com> <14a8dd4d-cf0f-4a9f-b623-bd32c2a7aab4n@googlegroups.com> |
| Message-ID | <ab0af790-26f0-4a1e-bc97-c7dbe9cbb1f2n@googlegroups.com> (permalink) |
| Subject | Re: Select data points in interactive terminal |
| From | "jindi.li" <jindi.li@gmail.com> |
I'm Quite happy to notice the Conditional Plotting in gnuplot, which solve my initial question, I need to remove some data point in the plot graph without touch my real data. I post the line work for me here in case someone need that too. Yes, as simple as: $>: plot 'scale.csv' u ($1>=0?$1:NaN) which I didn't notice yet.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Find similar
Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-09 06:55 -0800
Re: Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-09 10:44 -0800
Re: Select data points in interactive terminal Gavin Buxton <gavinbuxton@gmail.com> - 2021-01-10 08:10 -0800
Re: Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-10 19:21 -0800
Re: Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-11 17:09 -0800
Re: Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-11 17:19 -0800
Re: Select data points in interactive terminal "jindi.li" <jindi.li@gmail.com> - 2021-01-11 21:17 -0800
csiph-web