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: Fabio
Subject: [Octave-bug-tracker] [bug #48859] Legend in subplot: axis position wrong
Date: Fri, 26 May 2017 09:48:46 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Follow-up Comment #2, bug #48859 (project octave):

Something similar when subplots are stacked vertically, *only* when the legend
is outside the plot, the axis are not aligned anymore. Here is a sample
script:


subplot(2,1,1)
plot([1 2],[1e5 2e5])
legend('test','location','eastoutside')

subplot(2,1,2)
plot([1 2],[1 2])
legend('test','location','eastoutside')


This happens on Linux and octave 4.2.1

    _______________________________________________________

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]