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

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

[Octave-bug-tracker] [bug #41128] In fltk backend, subplot(M, N, n) does


From: Rik
Subject: [Octave-bug-tracker] [bug #41128] In fltk backend, subplot(M, N, n) does not work in condition 4<M.
Date: Mon, 07 Apr 2014 14:02:33 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:28.0) Gecko/20100101 Firefox/28.0

Follow-up Comment #4, bug #41128 (project octave):

According to Matlab documentation
(http://www.mathworks.com/help/matlab/ref/subplot.html) the default is now to
"align" plot boxes.  The actual "align" argument seems to be redundant
because, aside from using a "position" vector argument, there is no way to not
get aligning behavior.  When I use the extra argument 'align' with Octave then
all of the examples in this bug report work.  So, maybe the thing to do is to
change the default in Octave subplot.m from 'align_axes = false' to
'align_axes = true'.

There was a big discussion of the disadvantage of this, possibly overlapping
text lables, in bug #31610.  Apparently, what Octave should be doing is
setting up callbacks so that as the position of axes changes, due to adding
titles or axis labels, the other plots will update.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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