help-octave
[Top][All Lists]
Advanced

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

Re: papersize not updated from paperorientation


From: Ben Abbott
Subject: Re: papersize not updated from paperorientation
Date: Wed, 18 Jan 2012 14:58:38 -0500

On Jan 18, 2012, at 2:53 PM, Muhali wrote:

> The following shows that, unlike matlab, octave does not update papersize
> from paperorientation:
> 
> octave:> get(gcf, 'paperorientation')
> ans = portrait
> octave:> get(gcf, 'papersize')
> ans =
> 
>    8.50   11.00
> octave:> set(gcf, 'paperorientation', 'landscape')
> octave:> get(gcf, 'papersize')
> ans =
> 
>    8.50   11.00
> 
> M.

The bug-tracker is blacked out for the day, but I think this should go there 
when its up tomorrow.

At the moment the print() function assumes landscape means width > length.

The gs_papersize() function included in __print_parse_opts__.m has some 
information that may be relevant to fixing this.

Ben


reply via email to

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