X-Received: by 10.42.111.131 with SMTP id u3mr4750247icp.1.1425592116676; Thu, 05 Mar 2015 13:48:36 -0800 (PST) X-Received: by 10.140.101.51 with SMTP id t48mr214227qge.10.1425592116542; Thu, 05 Mar 2015 13:48:36 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!hl2no5171653igb.0!news-out.google.com!db6ni44597igc.0!nntp.google.com!hl2no5171639igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Thu, 5 Mar 2015 13:48:36 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=190.170.131.0; posting-account=mj3oEgoAAABMPtYWbx_mErIOraCndI2Q NNTP-Posting-Host: 190.170.131.0 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <18475019-ee5c-4a69-a548-35d4e0473d13@googlegroups.com> Subject: Re: how to draw a reciprocal axis in gnuplot From: Werner Injection-Date: Thu, 05 Mar 2015 21:48:36 +0000 Content-Type: text/plain; charset=ISO-8859-1 Lines: 0 Xref: csiph.com comp.graphics.apps.gnuplot:2805 One trick I use is, overlay two graphs in multiplot. The second graph with 1 / lambda is generated as follows: plot [3.5: 1.0] 'A_B_C_D.dat' u (1239.84187 / $ 1) ($5)