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


Groups > comp.graphics.apps.gnuplot > #1673 > unrolled thread

Right- and lefthand axes?

Started byDieter Britz <dieterhansbritz@gmail.com>
First post2013-02-27 09:34 +0000
Last post2013-02-27 10:48 +0100
Articles 2 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  Right- and lefthand axes? Dieter Britz <dieterhansbritz@gmail.com> - 2013-02-27 09:34 +0000
    Re: Right- and lefthand axes? Christoph Bersch <usenet@bersch.net> - 2013-02-27 10:48 +0100

#1673 — Right- and lefthand axes?

FromDieter Britz <dieterhansbritz@gmail.com>
Date2013-02-27 09:34 +0000
SubjectRight- and lefthand axes?
Message-ID<kgkjum$do9$1@dont-email.me>
I would like to plot two functions against a common
abscissa, and have them tic-marked and labelled
individually, on the left and right edges respectively.

Can this be done? I don't find anything in the manual but
if there is something, just refer me to the section.

-- 
Dieter Britz

[toc] | [next] | [standalone]


#1674

FromChristoph Bersch <usenet@bersch.net>
Date2013-02-27 10:48 +0100
Message-ID<kgkknn$i3r$1@dont-email.me>
In reply to#1673
Am 27.02.2013 10:34, schrieb Dieter Britz:
> I would like to plot two functions against a common
> abscissa, and have them tic-marked and labelled
> individually, on the left and right edges respectively.
>

set ytics nomirror
set y2tics
set ylabel 'sine'
set y2label 'exponential'
plot sin(x), exp(x) axes x1y2

Christoph

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web