octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #57685] legend misplaced when pbaspect() used


From: Rik
Subject: [Octave-bug-tracker] [bug #57685] legend misplaced when pbaspect() used
Date: Fri, 31 Jan 2020 17:57:16 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #7, bug #57685 (project octave):

Much better.

I've got another piece of code which produces the wrong result.  In this case,
instead of title() an xlabel is added after the legend object has been
created.


clf
plot(rand(3));
legend('First','Second','Third');
## FIXME: Code works (legend re-positioned to be non-overlapping of xlabel) 
##        IF pbaspect is commented out.
pbaspect ([2 1 1]);
hl = legend ();
set (hl, 'location', 'southoutside');
xlabel ({'line1', 'line2'});


Does there need to be a listener on tightinset or looseinset?



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57685>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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