Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3909
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Jörg Buchholz <bookwood4new@freenet.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Missing points in multi line plot not being omitted |
| Date | Fri, 9 Mar 2018 21:09:24 +0100 |
| Organization | A noiseless patient Spider |
| Lines | 43 |
| Message-ID | <p7upll$74f$1@dont-email.me> (permalink) |
| References | <e3db9e9a-e4f1-44e3-99e4-704d0d59380f@googlegroups.com> <52fd232c-59cd-44b7-bbb3-5b4c52d4bd76@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Fri, 9 Mar 2018 20:09:25 -0000 (UTC) |
| Injection-Info | reader02.eternal-september.org; posting-host="bf6dd71c555859eec901bc3cbff08955"; logging-data="7311"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18UM+pzOaBNQvlGQKxKudWow/rvSoZb+DQ=" |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
| In-Reply-To | <52fd232c-59cd-44b7-bbb3-5b4c52d4bd76@googlegroups.com> |
| Content-Language | en-GB |
| Cancel-Lock | sha1:b97DJryjTu9gb18aQGQTgD3d8ro= |
| Xref | csiph.com comp.graphics.apps.gnuplot:3909 |
Show key headers only | View raw
On 09.03.2018 19:48, Marius Schamschula wrote:
>
> FYI, I'm using version 5.2 patchlevel 2 under FreeBSD, so indeed there should not be any quotes around the NaN
>
> Dealing with single points is easy: add a marker. My problem is having lines where they shouldn't be.
>
I have compiled the 5.2.2 Version and it confuse me.
set style data linespoints
set datafile missing NaN
plot '-' u 1:2
input data ('e' ends) > 1 10
input data ('e' ends) > 2 20
input data ('e' ends) > 3 NaN
input data ('e' ends) > 4 40
input data ('e' ends) > 5 50
input data ('e' ends) > e
There is no gap in the output.
unset datafile missing NaN
plot '-' u 1:2
input data ('e' ends) > 1 10
input data ('e' ends) > 2 20
input data ('e' ends) > 3 NaN
input data ('e' ends) > 4 40
input data ('e' ends) > 5 50
input data ('e' ends) > e
There is a gap between 2 - 4 in the output.
In the 5.2 Documentation there are some examples for the "set datafile
missing option". Only the examples with "NaN" direct in the data gives a
gap.
So can you put a "NaN" into your data?
IMHO the 5.0 Version works nicer, or more than I expected. Or is it a bug?
Jörg
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Missing points in multi line plot not being omitted Marius Schamschula <mschamschula@gmail.com> - 2018-03-07 10:33 -0800
Re: Missing points in multi line plot not being omitted Jörg Buchholz <bookwood4new@freenet.de> - 2018-03-08 11:39 +0100
Re: Missing points in multi line plot not being omitted Marius Schamschula <mschamschula@gmail.com> - 2018-03-08 06:35 -0800
Re: Missing points in multi line plot not being omitted Chris Elvidge <chris@mshome.net> - 2018-03-08 16:24 +0000
Re: Missing points in multi line plot not being omitted Jörg Buchholz <bookwood4new@freenet.de> - 2018-03-08 20:10 +0100
Re: Missing points in multi line plot not being omitted Ethan Merritt <sfeam@users.sf.net> - 2018-03-08 19:54 +0000
Re: Missing points in multi line plot not being omitted Chris Elvidge <chris@mshome.net> - 2018-03-08 20:40 +0000
Re: Missing points in multi line plot not being omitted Marius Schamschula <mschamschula@gmail.com> - 2018-03-09 10:48 -0800
Re: Missing points in multi line plot not being omitted Jörg Buchholz <bookwood4new@freenet.de> - 2018-03-09 21:09 +0100
Re: Missing points in multi line plot not being omitted Ethan A Merritt <EAMerritt@gmail.com> - 2018-03-09 23:18 -0800
Re: Missing points in multi line plot not being omitted Jörg Buchholz <bookwood4new@freenet.de> - 2018-03-10 10:57 +0100
Re: Missing points in multi line plot not being omitted Chris Elvidge <chris@mshome.net> - 2018-03-10 11:09 +0000
Re: Missing points in multi line plot not being omitted Jörg Buchholz <bookwood4new@freenet.de> - 2018-03-10 17:40 +0100
Re: Missing points in multi line plot not being omitted Chris Elvidge <chris@mshome.net> - 2018-03-10 17:01 +0000
Re: Missing points in multi line plot not being omitted Jörg Buchholz <bookwood4new@freenet.de> - 2018-03-11 09:47 +0100
Re: Missing points in multi line plot not being omitted Chris Elvidge <chris@mshome.net> - 2018-03-11 10:41 +0000
csiph-web