octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [CHANGESET] updated print.m


From: Ben Abbott
Subject: Re: [CHANGESET] updated print.m
Date: Fri, 22 May 2009 21:23:35 -0400

 
On Friday, May 22, 2009, at 10:25AM, "Marco Atzeri" <address@hidden> wrote:
>
>--- Ven 22/5/09, Benjamin Lindner <address@hidden> ha scritto:
>
>> Da: Benjamin Lindner <address@hidden>
>> Oggetto: Re: [CHANGESET] updated print.m
>> A: "Ben Abbott" <address@hidden>
>> Cc: "John W. Eaton" <address@hidden>, "Rik" <address@hidden>, "octave 
>> maintainers mailing list" <address@hidden>, "Michael D. Godfrey" 
>> <address@hidden>
>> Data: Venerdì 22 maggio 2009, 15:43
>> > 
>> > I've pushed this changeset. If anyone has trouble
>> printing let me know (particularly on Windows).
>> > 
>> 
>> I did a check using print.m on mingw32 (not printing to
>> hardware) using this simple test sequence:
>> 
>> plot(0:0.1:10, sin(0:0.1:10), "@-;sin;", 0:0.1:10,
>> cos(0:0.1:10), "@-;cos;");
>> print -depsc2 test.eps
>> print -dpsc2  test.ps
>> print -dpng   test.png
>> print -demf   test.emf
>> print -dpdf   test.pdf
>> 
>> and all work except the pdf output.
>
>On cygwin everything is working including pdf.
>The only issue is the orientation, ps and pdf are portrait.
>How to change it ? 
>

Try

set (gcf, "paperorientation", "landscape")

Ben





reply via email to

[Prev in Thread] Current Thread [Next in Thread]