Path: csiph.com!weretis.net!feeder4.news.weretis.net!proxad.net!feeder1-2.proxad.net!cleanfeed2-b.proxad.net!nnrp4-1.free.fr!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Tue, 24 Oct 2017 15:13:11 +0200 From: Jean-Pierre Coulon Subject: Re: can I fit two columns when I use timefmt In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (WNT 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8BIT Lines: 31 Organization: Guest of ProXad - France NNTP-Posting-Date: 24 Oct 2017 15:13:11 CEST NNTP-Posting-Host: 192.54.176.195 X-Trace: 1508850791 news-1.free.fr 3291 192.54.176.195:20006 X-Complaints-To: abuse@proxad.net Xref: csiph.com comp.graphics.apps.gnuplot:3790 On Tue, 24 Oct 2017, Jörg Buchholz wrote: > On 24.10.2017 13:30, Jean-Pierre Coulon wrote: >> I have a datafile with lines like 171023_15h11m59s150 . >> I know how to plot columns 2 and 3 using set xdata time; set timefmt >> "%y%m%d_%Hh%Mm%Ss" > > You plot value2 and value3 by using value1 (your time data) as x value? > > plot 'datafile' u 1:2, '' u 1:3 This already works fine. >> My model is a = .028; b=.04; model(x) = a*x + b. When I say >> fit modele(x) "mystuff.txt" using 2:3 via a, b I obtain: No data to fit > > Here you use value2 as xdata and they don't have a timeformat. > >> What is the right way to do? > > Before fitting 2:3 unset xdata time by using > > set xdata Thanks. It works if I also say unset xrange. In this case I also have a first column in simple integers and the 2nd column is in time format. I was plotting with using 2:. Does Gnuplot use this 1srt column for the fit if I say fit using ? Jean-Pierre Coulon