Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2805

Re: how to draw a reciprocal axis in gnuplot

Newsgroups comp.graphics.apps.gnuplot
Date 2015-03-05 13:48 -0800
References <df344286-ddfa-4169-93ac-c30f9b4f9ec7@k39g2000yqd.googlegroups.com>
Message-ID <18475019-ee5c-4a69-a548-35d4e0473d13@googlegroups.com> (permalink)
Subject Re: how to draw a reciprocal axis in gnuplot
From Werner <wbramer@gmail.com>

Show all headers | View raw


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)

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

Re: how to draw a reciprocal axis in gnuplot Werner <wbramer@gmail.com> - 2015-03-05 13:48 -0800
  Re: how to draw a reciprocal axis in gnuplot Ethan A Merritt <sfeam@users.sourceforge.net> - 2015-03-05 15:22 -0800

csiph-web