Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!news.musoftware.de!wum.musoftware.de!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail From: =?ISO-8859-1?Q?Hans-Bernhard_Br=F6ker?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Formatting labels with disk size information Date: Thu, 23 Aug 2012 19:21:11 +0200 Lines: 11 Message-ID: References: <20a611f7-8c80-48e1-8c24-04307856d8c1@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de wFKVxs9utq2Xdf6tXqnvfwd5EWtFs94jOv3+6ahC7gH8l1wEusrRsgxJHrdaXNqmZ1M/5+UyUF Cancel-Lock: sha1:WCGqnXTHPdHDGW4Jz+urJt4UvFk= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20120604 Thunderbird/13.0 In-Reply-To: <20a611f7-8c80-48e1-8c24-04307856d8c1@googlegroups.com> Xref: csiph.com comp.graphics.apps.gnuplot:1354 On 23.08.2012 17:41, rambius wrote: > I am using the default format for the labels on Y axis and the labels > pop up in exponential notation, for example 1e+08, 1.5+0.8, 2e+0.8 > bytes. I would like to actually show the labels in megabytes and > gigabytes, that is whatever is currently in the label, I want it > divided by (1024 * 1024) for MB or by (1024 * 1024 * 1024) for GB. Spelling it like that is, strictly speaking, incorrect. Those should be MiB and GiB, respectively. See 'help format specifiers' for the details.