Path: csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Dieter Britz Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Horizontal pictures Date: Tue, 22 Nov 2016 13:02:20 -0000 (UTC) Organization: A noiseless patient Spider Lines: 39 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 22 Nov 2016 13:02:20 -0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="b7d0b1ff63e3f47d558486b280962383"; logging-data="10415"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18RyePQzbgIRAsIgZ74fcdSFcPoconn9SU=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:dUFvIviFW6Rsj3L8P3U85J3/duk= Xref: csiph.com comp.graphics.apps.gnuplot:3473 On Tue, 22 Nov 2016 13:32:41 +0100, Karl Ratzsch wrote: > Am 22.11.2016 um 11:22 schrieb Dieter Britz: >> For some reason, lately my gnuplots are rotated by 90 degrees, that is >> standing up on the LHS. How do I force them to be horizontal? >> >> > As usual, it impossible to tell from the information you give. > > What terminal? > All terminals? > > The plot is rotated or the aspect ratio of the output? Both? > > What is LHS? Left-hand side. OK, here is the script: gnuplot << eoi set term postscript enh 20 set output 'ADI.eps' unset key set multiplot layout 1, 2 set xlabel "T" set xtics 0, 0.5, 1 set ylabel "% error" plot 'ADI0.dat' using 1:3 w l lt 1 unset ylabel set xlabel "T" plot 'ADI1.dat' using 1:3 w l lt 1 quit eoi - but I suspect you'd need the data files, which are too long to include here. 100 lines each. OK, I will put them on my website, as http://www.dieterbritz.dk/ADI0.dat and ..ADI1.dat. -- Dieter Britz