Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.erje.net!news-1.dfn.de!news.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: date/time format Date: Sat, 14 Apr 2012 17:48:07 +0200 Lines: 20 Message-ID: <9utkhjFjkpU1@mid.dfncis.de> References: <9urnhnFqk0U1@mid.dfncis.de> <8520bd9f-82d7-4563-ac88-ff892c55860e@l4g2000vbt.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.dfncis.de XTxRINzPeNEdzOAby3KJ0QaQLVG/TUqap+tp5jMVbzNdW1e0GLEgdJ8GAR Cancel-Lock: sha1:3CWJD16HplNj5yT0bSrmfEcBE/s= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 In-Reply-To: <8520bd9f-82d7-4563-ac88-ff892c55860e@l4g2000vbt.googlegroups.com> Xref: csiph.com comp.graphics.apps.gnuplot:1046 On 14.04.2012 17:00, TonyG wrote: > On Apr 13, 6:27 pm, Hans-Bernhard Bröker > wrote: >> set timefmt "%m-%d %H:%M:%S" > set timefmt "%M-%D %H:%M:%S" Does that look exactly like the format I showed you? What do you think the difference will do? > I'm still getting a time formatting error for each of the tens of > thousands of lines or > > gnuplot> plot 'output.csv' using ($1):($3) > ^ > all points y value undefined! You usually don't want to use '($1)' for time data. Stick to the simpler '1' instead.