Path: csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Frank Ursel Newsgroups: comp.graphics.apps.gnuplot Subject: Re: missing date in input file Date: Wed, 21 Mar 2012 14:04:38 +0000 (UTC) Organization: A noiseless patient Spider Lines: 21 Message-ID: References: <9streqFm10U1@mid.dfncis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 21 Mar 2012 14:04:38 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="hc3id8oKyXm9aEy+ALevvg"; logging-data="2029"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX185gZOXzgEtM614wqXBPRfc" Cancel-Lock: sha1:vn86lloxgq++xt2OP4xB/lu9Mew= Xref: csiph.com comp.graphics.apps.gnuplot:993 Hans-Bernhard Bröker schrieb: > On 21.03.2012 09:53, Frank Ursel wrote: >> Is there a way to tell gnuplot to interpolate/interprete the missing >> values for by gnuplot inserted dates as e.g. zero? > > No, because there are no missing values in that dataset. gnuplot cannot > know the difference between a data point just not existing and one being > omitted on purpose. But it could know it - it knows how to draw the x-axis with dates, without gaps, even if some dates are missing in the data set. If you want such a difference to be made, you have > to tell gnuplot about it explicitly --- by putting missing points into > the file, marked appropriately. Or put blank lines in there. Those > will also break 'with lines'. Ok, I will try to manage it this way. Thanks, Frank