X-Received: by 10.98.212.91 with SMTP id u27mr2034494pfl.4.1484831543959; Thu, 19 Jan 2017 05:12:23 -0800 (PST) X-Received: by 10.157.46.212 with SMTP id w78mr902723ota.0.1484831543912; Thu, 19 Jan 2017 05:12:23 -0800 (PST) Path: csiph.com!feeder.erje.net!2.us.feeder.erje.net!news.glorb.com!r185no433607ita.0!news-out.google.com!h135ni8604ith.0!nntp.google.com!r185no433601ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Thu, 19 Jan 2017 05:12:23 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=79.144.6.53; posting-account=7m36YAoAAADMBRhZgcNiRyaB9yZRTwge NNTP-Posting-Host: 79.144.6.53 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <566df517-180f-4457-8a64-a899cf76e57f@googlegroups.com> Subject: Lost minutes From: vittec@gmail.com Injection-Date: Thu, 19 Jan 2017 13:12:23 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.graphics.apps.gnuplot:3540 Hello. I will try to explain my problem. I'm new with gnuplot and also my e= nglish is not the best. Ok i have a .csv file with time and temperature. The values are like this: 18:25:46 , 25.4 I take a value each 5 minutes (not exactly, it changes a few seconds).=20 Iam trying to take a graph loading a script, i think is the best way for my= project. The problem is that the graph's points are not distributed as they should. = I mean if i have 10 values in the 18 p.m. (for example: 18:01:45 , 25 18:06:58 , 25.1 18:11:42 , 25.2 18:16:46 , 25.1) gnuplot does not put them in the intermediate places. It plots all the valu= es in the 18:00:00 column. Just as it takes only the hour parameter. I have tried some solutions. set xdata time =E2=86=92 It gives me a lot of problems saying that the requ= ires more spec. set timefmt "%H:%M:%S" =E2=86=92 makes the same only in the integer hours Can anybody help me a little... Thank you very much.