Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!news2.arglkargh.de!news.swapon.de!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: auto caluclation for data display Date: Mon, 22 Jun 2015 22:54:19 +0200 Lines: 18 Message-ID: References: <94ad6511-e08e-4e88-87b3-df6b6f6ff876@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.dfncis.de JYrsi01ETg/fa9q57RLYJgCUoUKRLQpuMLAraRufRSLiJB76/zUe5stzik Cancel-Lock: sha1:Uc+SSRysU+JzWEMJ20FdsWeGlSU= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 In-Reply-To: Xref: csiph.com comp.graphics.apps.gnuplot:2951 Am 22.06.2015 um 19:08 schrieb Jörg Buchholz: > At a simple plot the y-labels are 10ki, 20ki, 29ki ... > Why the step from 20 to 29? Because you selected mismatched options for the axis tic step and the tick label format. One is in powers-of-ten, the other is in powers-of-two. > If I use set format y "%.b %BB" I've get 10kiB, 20kiB .... > Is it possible to change the "i"? No, because omitting it would be wrong. ISO standard power-of-1024 prefixes have an 'i' to distinguish them from power-of-1000 prefixes. See https://en.wikipedia.org/wiki/Binary_prefix for the details. Without them, the output would be just as brutally wrong as all the abusers of decimal prefixes for binary powers have been over the years. Strictly speaking "ki" is wrong, too. It should be "Ki".