Path: csiph.com!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.datemas.de!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl-Friedrich Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Xtics offset Date: Sun, 16 Aug 2015 00:57:12 +0200 Organization: solani.org Lines: 42 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit X-Trace: solani.org 1439679432 7147 eJwFwQkBACAIA8BKIGxSB3n6R/AORmVdJ+hYbO5AoCR9NCNtgBd226yqHQUek5MvVqXbPxhIEPI= (15 Aug 2015 22:57:12 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Sat, 15 Aug 2015 22:57:12 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 X-User-ID: eJwFwQkNADAIA0BLEFoeOWSk/iXsjpGer5BMUFS0h1oDe17Va2RsjW63TgdJGMuzuJOBHxXWEUA= In-Reply-To: Cancel-Lock: sha1:XPVfhvh7mytrFjblTXXyFqDeFBM= X-NNTP-Posting-Host: eJwFwQkBwDAIA0BLpRCyyuH1L2F3UBcvmsMNi41psnHxCbvnZmU9De1tvgsecmdcbHzzhPwyRhHK Xref: csiph.com comp.graphics.apps.gnuplot:3021 Am 15.08.2015 um 12:57 schrieb Janis Papanagnou: > On 15.08.2015 12:34, Hans-Bernhard Bröker wrote: >> Am 15.08.2015 um 02:05 schrieb Janis Papanagnou: >> >>> So I worked around the issue with 'set xtics ... offset ...'. >> >> Looks like you should have read more of the documentation about that option. > > I've read it - but certainly not the whole 225 pages but only the matches of > my searches for the respected keywords -, and therefore I am asking, because > it was not clear. > He meant just the section about "offset" under "set xtics". ;-) >> >>> The problem I am facing is that the effect of any hard coded offset will >>> depend on the number of data on the xaxis; >> >> Only if you specify it in the wrong coordinate system. > > Sadly this statement is not helpful without explanation or concrete sample. > It says you can specify the coordinate system for the offset. Use "first" instead of the default "screen" and give an offset of half a year (in seconds). set xtics offset first 365./2*24*3600, 0 >> >>> I'm using gnuplot 4.4 PL2 >> >> Then you should consider updating. That version is 5 years old. > > I'm using the software installed on my system and not overwrite the defaults > by any appearing new release. Just install locally. Or try pestering your sysadmin about updating your distribution. From my experience, the latter is a lot harder. ;-) Karl