Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #2805 > unrolled thread
| Started by | Werner <wbramer@gmail.com> |
|---|---|
| First post | 2015-03-05 13:48 -0800 |
| Last post | 2015-03-05 15:22 -0800 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Werner <wbramer@gmail.com> |
|---|---|
| Date | 2015-03-05 13:48 -0800 |
| Subject | Re: how to draw a reciprocal axis in gnuplot |
| Message-ID | <18475019-ee5c-4a69-a548-35d4e0473d13@googlegroups.com> |
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)
[toc] | [next] | [standalone]
| From | Ethan A Merritt <sfeam@users.sourceforge.net> |
|---|---|
| Date | 2015-03-05 15:22 -0800 |
| Message-ID | <mdaoel$hv4$1@dont-email.me> |
| In reply to | #2805 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web