Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.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 12:13:29 +0100 Lines: 16 Message-ID: <9streqFm10U1@mid.dfncis.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de p5fPVAbCKzYJHAC1Jb/U1wKglPjy/G9/56uzFEgDv2TUF3uANShn1Wn7rA Cancel-Lock: sha1:nCaXqNs8V7eDBNMvYPMywoF7Be0= 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:991 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. 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'. > I know about missing data I could put a ? in the dataset but it's hard > for me to figure out the missing dates and include the right ones, If it's hard even for you, how do you expect gnuplot to manage it?