octave-maintainers
[Top][All Lists]
Advanced

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

Re: pbaspect() and legend


From: José Luis García Pallero
Subject: Re: pbaspect() and legend
Date: Tue, 28 Jan 2020 18:26:52 +0100



El mar., 28 ene. 2020 a las 18:13, Rik (<address@hidden>) escribió:
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?

Done
 

--Rik



--
*****************************************
José Luis García Pallero
address@hidden
(o<
/ / \
V_/_
Use Debian GNU/Linux and enjoy!
*****************************************

reply via email to

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