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


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

Horizontal pictures

Started byDieter Britz <dieterhansbritz@gmail.com>
First post2016-11-22 10:22 +0000
Last post2016-11-22 15:06 +0000
Articles 8 — 3 participants

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


Contents

  Horizontal pictures Dieter Britz <dieterhansbritz@gmail.com> - 2016-11-22 10:22 +0000
    Re: Horizontal pictures Karl Ratzsch <mail.kfr@gmx.net> - 2016-11-22 13:32 +0100
      Re: Horizontal pictures Dieter Britz <dieterhansbritz@gmail.com> - 2016-11-22 13:02 +0000
        Re: Horizontal pictures Karl Ratzsch <mail.kfr@gmx.net> - 2016-11-22 14:11 +0100
        Re: Horizontal pictures Jörg Buchholz <bookwood4new@freenet.de> - 2016-11-22 15:02 +0100
          Re: Horizontal pictures Dieter Britz <dieterhansbritz@gmail.com> - 2016-11-22 14:25 +0000
            Re: Horizontal pictures Jörg Buchholz <bookwood4new@freenet.de> - 2016-11-22 19:49 +0100
    Re: Horizontal pictures Dieter Britz <dieterhansbritz@gmail.com> - 2016-11-22 15:06 +0000

#3469 — Horizontal pictures

FromDieter Britz <dieterhansbritz@gmail.com>
Date2016-11-22 10:22 +0000
SubjectHorizontal pictures
Message-ID<o116a1$arc$1@dont-email.me>
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?
-- 
Dieter Britz

[toc] | [next] | [standalone]


#3472

FromKarl Ratzsch <mail.kfr@gmx.net>
Date2016-11-22 13:32 +0100
Message-ID<o11dt8$kna$1@solani.org>
In reply to#3469
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?

[toc] | [prev] | [next] | [standalone]


#3473

FromDieter Britz <dieterhansbritz@gmail.com>
Date2016-11-22 13:02 +0000
Message-ID<o11fks$a5f$1@dont-email.me>
In reply to#3472
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

[toc] | [prev] | [next] | [standalone]


#3474

FromKarl Ratzsch <mail.kfr@gmx.net>
Date2016-11-22 14:11 +0100
Message-ID<o11g5e$mah$2@solani.org>
In reply to#3473
Am 22.11.2016 um 14:02 schrieb Dieter Britz:
> 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.
> 
> 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.
> 

Dann poste doch hier bitte einfach ein Skript in dem einfach nur "plot
x" drinsteht, und zwar als MINIMALBEISPIEL, ohne multiplots etc.

Probier es gefälligt SELBST mal mit einem anderen Terminal, oder sag daß
du das gemacht hast, falls dem so wäre.

Man hat dich schon sooft darauf hingewiesen, wie das geht, so langsam
ist es einfach nur noch eine Frechheit.


[toc] | [prev] | [next] | [standalone]


#3475

FromJörg Buchholz <bookwood4new@freenet.de>
Date2016-11-22 15:02 +0100
Message-ID<o11j42$o5a$1@dont-email.me>
In reply to#3473
On 22/11/16 14:02, Dieter Britz wrote:
> 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


Works as expected. Do you have switch your ghostview to "portrait" 
instead of "landscape" or "automatic".

Jörg

[toc] | [prev] | [next] | [standalone]


#3476

FromDieter Britz <dieterhansbritz@gmail.com>
Date2016-11-22 14:25 +0000
Message-ID<o11kgc$rob$1@dont-email.me>
In reply to#3475
On Tue, 22 Nov 2016 15:02:13 +0100, Jörg Buchholz wrote:

> On 22/11/16 14:02, Dieter Britz wrote:
>> 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
> 
> 
> Works as expected. Do you have switch your ghostview to "portrait"
> instead of "landscape" or "automatic".
> 
> Jörg

Danke.
Ich habe da etwas ausgelassen, um das nicht zu lang
zu machen. Da ist dann am Ende

epstopdf ADI.eps
okular ADI.pdf

und es ist die pdf-Datei die aufrecht steht. Das war
vorher nicht so - muss wohl von einem update des
Ubuntu-Systems kommen. OK, ich kann die Datei mit pdftk
umdrehen, aber ich dachte da ist vielleicht ein gnuplot-Satz
der das unnötig macht.

-- 
Dieter Britz

[toc] | [prev] | [next] | [standalone]


#3478

FromJörg Buchholz <bookwood4new@freenet.de>
Date2016-11-22 19:49 +0100
Message-ID<o123v6$q0h$1@dont-email.me>
In reply to#3476
On 22.11.2016 15:25, Dieter Britz wrote:
> On Tue, 22 Nov 2016 15:02:13 +0100, Jörg Buchholz wrote:
> 
>> On 22/11/16 14:02, Dieter Britz wrote:
>>> 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
>>
>>
>> Works as expected. Do you have switch your ghostview to "portrait"
>> instead of "landscape" or "automatic".
>>
>> Jörg
> 
> Danke.
> Ich habe da etwas ausgelassen, um das nicht zu lang
> zu machen. Da ist dann am Ende
> 
> epstopdf ADI.eps
> okular ADI.pdf
> 
> und es ist die pdf-Datei die aufrecht steht.

man epstopdf

epstopdf --autorotate=All  ADI.eps
okular ADI.pdf

gives a correct rotated pdf-file to you.

Jörg


[toc] | [prev] | [next] | [standalone]


#3477

FromDieter Britz <dieterhansbritz@gmail.com>
Date2016-11-22 15:06 +0000
Message-ID<o11mts$5i8$1@dont-email.me>
In reply to#3469
On Tue, 22 Nov 2016 10:22:57 +0000, Dieter Britz wrote:

> 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?

HALT STOP! Der freundliche Jörg schrieb etwas nützliches.
Ich habe also mal die eps angesehen mit gv, und die war OK.
Also liegt das an der pdf-Datei wenn ich die ansehe mit okular,
vielleicht schon an epstopdf.

Am Ende brauche ich aber die eps, also ist alles
in Ordnung. Tut mir leid gestört zu haben.
-- 
Dieter Britz

[toc] | [prev] | [standalone]


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


csiph-web