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


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

Why does it look like this?

From au76666 <britz@chem.au.dk>
Newsgroups comp.graphics.apps.gnuplot
Subject Why does it look like this?
Date 2019-08-05 12:21 +0000
Organization A noiseless patient Spider
Message-ID <qi9708$5pg$1@dont-email.me> (permalink)

Show all headers | View raw


I have this little script for plotting a data file with
two different y-ranges:

gnuplot << eoi
set term postscript enh eps 24
set output 'Ibandcompare.eps'
set xlabel 'log10 T'
set ylabel "IBAND.f90 - IBAND.cpp"
set xrange [-40:320]
plot 'ibandcompare.dat' w l lt 1
set yrange [-0.001:0.001]
replot
quit
eoi

The result can be seen here: http://www.dieterbritz.dk/Ibandcompare.pdf

Why is the second plot shifted upward and to the right, so that
parts of it are out of the picture? How do I prevent that?

-- 
Dieter Britz

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


Thread

Why does it look like this? au76666 <britz@chem.au.dk> - 2019-08-05 12:21 +0000
  Re: Why does it look like this? Gavin Buxton <gavinbuxton@gmail.com> - 2019-08-05 12:25 -0700
    Re: Why does it look like this? au76666 <britz@chem.au.dk> - 2019-08-09 07:20 +0000
  Re: Why does it look like this? Jörg Buchholz <bookwood4new@freenet.de> - 2019-08-12 08:26 +0200
    Re: Why does it look like this? au76666 <britz@chem.au.dk> - 2019-08-12 08:09 +0000
      Re: Why does it look like this? au76666 <britz@chem.au.dk> - 2019-08-12 08:18 +0000
      Re: Why does it look like this? Jörg Buchholz <bookwood4new@freenet.de> - 2019-08-12 10:35 +0200

csiph-web