Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!nuzba.szn.dk!pnx.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Ingo Thies Newsgroups: comp.graphics.apps.gnuplot Subject: Re: yrange and ytics don't obey my commands! Date: Fri, 18 May 2012 23:45:25 +0200 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net ORhZj2OfAxuTaQhmiERcsgxu3miEWgOf7+IauvhRTKWojFvpLnnLuY0g96X3Q6+R2A Cancel-Lock: sha1:VHiJ5xWa1VfTamB6N75dBQQBAe4= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:1129 On 2012-05-17 23:30, Ryo wrote: > Having said that, isn't this a bug? When autoscale is unset, > shouldn't ticks be generated strictly from yrange and the tic > interval? I guess it actually intended that the tics are multiples of the separation between two tics, i.e. that there is always one tic at zero. In your example, the next tic to your start value -0.64 being an integer multiple of 0.3 is -0.63. This is what most users would expect. Starting at a non-integer tic multiple needs to be specified explicitely. Best wishes, Ingo