octave-maintainers
[Top][All Lists]
Advanced

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

pbaspect() and legend


From: José Luis García Pallero
Subject: pbaspect() and legend
Date: Tue, 28 Jan 2020 17:12:57 +0100

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');

-- 
*****************************************
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]