Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ethan A Merritt Newsgroups: comp.graphics.apps.gnuplot Subject: Re: how to draw a reciprocal axis in gnuplot Date: Thu, 05 Mar 2015 15:22:40 -0800 Organization: gnuplot development Lines: 8 Message-ID: References: <18475019-ee5c-4a69-a548-35d4e0473d13@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Thu, 5 Mar 2015 23:21:58 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="8e86a57dfa599721f116da4577f3d1af"; logging-data="18404"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+91JKXqvOsTjdFiMhvgpH+" User-Agent: KNode/4.10.5 Cancel-Lock: sha1:zVNpHgrNg+MWgw3RBDwwQtUlxh0= Xref: csiph.com comp.graphics.apps.gnuplot:2806 Werner wrote: > 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) This is now supported directly in gnuplot 5 See http://gnuplot.sourceforge.net/demo_cvs/linkedaxes.html