Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!newsfeed.kamp.net!newsfeed.kamp.net!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: Format with power of 10 Date: Wed, 25 May 2011 22:29:27 +0200 Lines: 9 Message-ID: <4DDD66A7.2030904@t-online.de> References: <1a9f968b-ac98-4cc9-9696-2e34bd8383a0@l6g2000vbn.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 H5BVqdVxXhpGbBCrg/nG9goAsyYvSxOHwC+EgTQGsPcM5oDYbh1RBD041V Cancel-Lock: sha1:a8CQFau1xq6A1dYO1Jm6ZQsNgqQ= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: <1a9f968b-ac98-4cc9-9696-2e34bd8383a0@l6g2000vbn.googlegroups.com> Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:332 On 25.05.2011 19:37, greenux wrote: > If the tics are (100,1000,2000,5000) I want to label them (0,1 1,0 2,0 > 5,0) and a label "x 10^3" at the end of the axis (which I already have > by the command set label "10^3" ...). I tried formats with %L and %l > and %s and %S but non of them has the right meaning. "n" is known > before, so it can be used for any calculation. So just divide all your data by 10**n, and use plain "% f" format.