Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Missing points in multi line plot not being omitted Date: Sun, 11 Mar 2018 09:47:40 +0100 Organization: A noiseless patient Spider Lines: 12 Message-ID: References: <52fd232c-59cd-44b7-bbb3-5b4c52d4bd76@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Sun, 11 Mar 2018 08:47:41 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="344507fe815d2dcf01572559f6cd307e"; logging-data="3081"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18lduEOa9eYxfVLxt0PeAaW6L/h+sf0xo4=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 In-Reply-To: Content-Language: en-GB Cancel-Lock: sha1:RI7z5nPE0qShSy7eqkPY2/3SOP8= Xref: csiph.com comp.graphics.apps.gnuplot:3915 On 10.03.2018 18:01, Chris Elvidge wrote: > I did that, too - plot 'data' u 1:2 w lines t "Wind", '' u 1:($3) w > lines t "Gusts". > A problem I found was that the last data point "2018-03-07:12:53:00 12 > 18" did not produce anything for the gust at that time - no line to plot > as the previous "gust" was missing - cured by using linespoints for Gusts That's normal or logical. To draw/plot a line you need more than one point. A single data point you can only plot as a point. Jörg