octave-maintainers
[Top][All Lists]
Advanced

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

Re: pbaspect() and legend


From: Rik
Subject: Re: pbaspect() and legend
Date: Tue, 28 Jan 2020 09:13:34 -0800

On 01/28/2020 09:00 AM, address@hidden wrote:
Subject:
pbaspect() and legend
From:
José Luis García Pallero <address@hidden>
Date:
01/28/2020 08:12 AM
To:
Octave Maintainers <address@hidden>
List-Post:
<mailto:address@hidden>
Content-Transfer-Encoding:
quoted-printable
Precedence:
list
MIME-Version:
1.0
Message-ID:
<CAFemY3bNeWcJE_kccUNG64XT7=address@hidden>
Content-Type:
text/plain; charset="UTF-8"
Message:
4

Hello:

I need to use the pbaspect() function in order to customize a figure
aspect ratio. All works perfect except the legend, which is not
maintained inside the plot box after the pbaspect() call. But in
Matlab the legend is affected by the function. Is it a bug in the
Octave pbaspect()?

I'm using this script:

plot(rand(3));
legend('First','Second','Third');
pbaspect([2 1 1]);
print('check_pbaspect.png','-dpng');
I can reproduce this.  Can you file a bug report?

--Rik


reply via email to

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