Path: csiph.com!usenet.pasdenom.info!news.albasani.net!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?UTF-8?B?SGFucy1CZXJuaGFyZCBCcsO2a2Vy?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: missing date in input file Date: Wed, 21 Mar 2012 16:18:39 +0100 Lines: 12 Message-ID: <9su9qdF7baU1@mid.dfncis.de> References: <9streqFm10U1@mid.dfncis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de wGjy6HpddYTbV65Q+wRO7AME828SGNgamJL9cFRpINCNSkAcvR8oVa8WXU Cancel-Lock: sha1:EDc3ZpLWtXDAFF7M4ab9ns/Wz0s= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:10.0.1) Gecko/20120208 Thunderbird/10.0.1 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:994 On 21.03.2012 15:04, Frank Ursel wrote: > 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. No it can't, because there's no way it can know _why_ those data points are not present in your dataset. For something to be missing, there has to be some expectation for it to be there, which then fails to be fulfilled. gnuplot doesn't have any such expectations, thus no concept of something missing.