Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4171
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Jörg Buchholz <bookwood4new@freenet.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | plot datafile with a blank between +- and some data |
| Date | Wed, 3 Apr 2019 08:38:13 +0200 |
| Organization | A noiseless patient Spider |
| Lines | 23 |
| Message-ID | <q81kck$ifh$1@dont-email.me> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Wed, 3 Apr 2019 06:38:12 -0000 (UTC) |
| Injection-Info | reader02.eternal-september.org; posting-host="613dcb5f1e1de1d9177781d0b4d3b442"; logging-data="18929"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+mh7/8bHOhdvng2eFnsxCx19xFDod/JKU=" |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
| Cancel-Lock | sha1:L3PBNkP5y3nITHg+yCfN2klLrpg= |
| Content-Language | en-GB |
| X-Mozilla-News-Host | news://news.eternal-september.org:119 |
| Xref | csiph.com comp.graphics.apps.gnuplot:4171 |
Show key headers only | View raw
Hello, how can I plot the following data structure out of a file? 33,2019/03/21 10:00:06, 0,+ 6.786,+ 2.507 34,2019/03/21 10:00:07, 0,+10.089,+ 5.564 35,2019/03/21 10:00:08, 0,- 0.584,+ 3.324 36,2019/03/21 10:00:09, 0,+10.156,+ 0.024 37,2019/03/21 10:00:10, 0,+ 4.278,+ 5.439 38,2019/03/21 10:00:11, 0,+ 0.431,+ 0.262 set datafile separator comma plot 'datafile' u 1:4 w p pt 7 gives only the values higher than 10 to me, cause there are no space between the sign and the value. How can I set the format correct to get all points? thanks Jörg
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
plot datafile with a blank between +- and some data Jörg Buchholz <bookwood4new@freenet.de> - 2019-04-03 08:38 +0200
Re: plot datafile with a blank between +- and some data Jörg Buchholz <bookwood4new@freenet.de> - 2019-04-03 20:33 +0200
Re: plot datafile with a blank between +- and some data Karl Ratzsch <mail.kfr@gmx.net> - 2019-04-03 22:06 +0200
Re: plot datafile with a blank between +- and some data Jörg Buchholz <bookwood4new@freenet.de> - 2019-04-04 10:10 +0200
Re: plot datafile with a blank between +- and some data Karl Ratzsch <mail.kfr@gmx.net> - 2019-04-04 23:47 +0200
csiph-web