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


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

Re: Right- and lefthand axes?

From Christoph Bersch <usenet@bersch.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: Right- and lefthand axes?
Date 2013-02-27 10:48 +0100
Organization A noiseless patient Spider
Message-ID <kgkknn$i3r$1@dont-email.me> (permalink)
References <kgkjum$do9$1@dont-email.me>

Show all headers | View raw


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

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


Thread

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

csiph-web