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
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)