Path: csiph.com!x330-a1.tempe.blueboxinc.net!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: Plotting data with "electronicians'" format Date: Fri, 23 Dec 2011 18:42:37 +0100 Lines: 9 Message-ID: <9ljss8FihrU1@mid.dfncis.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.dfncis.de OW2c3DQFd2r111g9HliNnwqBytvpGwheZLKhJew5/hZ5mpI7zckaCkLy8I Cancel-Lock: sha1:relq32M6j1Pe+6bEaGuozb0Re/8= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:783 On 23.12.2011 10:34, Jean-Pierre Coulon wrote: > How can I tell gnuplot that 2.658M in the file I want to plot means > 2.658E6? You can't, because gnuplot doesn't recognize that format. You'll have to change the input data before handing them to gnuplot. You can do it on the fly using the "< tool input" type of special filename in gnuplot. Oh, and BTW: wouldn't "electronician format" rather be 2M658?