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: Thu, 19 Jan 2012 10:03:08 -0500

On Jan 18, 2012, at 2:58 PM, Ben Abbott wrote:

> 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

I've entered a bug report.

        https://savannah.gnu.org/bugs/index.php?35329

Ben




reply via email to

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