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

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

[Octave-bug-tracker] [bug #48859] Legend in subplot: axis position wrong


From: Rik
Subject: [Octave-bug-tracker] [bug #48859] Legend in subplot: axis position wrong
Date: Wed, 24 Aug 2016 00:46:43 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #48859 (project octave):

                  Status:                    None => Confirmed              
                 Release:                   4.0.3 => dev                    

    _______________________________________________________

Follow-up Comment #1:

Another script which really shows the problem of rescaling the subplot axes
sizes:


figure (1)
subplot (121)
plot (1:10)
legend ("1","location","westoutside")

subplot (122)
plot (1:10)
legend ("2","location","eastoutside")





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48859>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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