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

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

[Octave-bug-tracker] [bug #39433] subplot sizes wrong


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39433] subplot sizes wrong
Date: Mon, 08 Jul 2013 20:16:35 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36

Follow-up Comment #6, bug #39433 (project octave):

Michael,

Matlab's implementation of subplot always aligns the plot boxes.  The "align"
option rigidly aligns the axes "position" properties.  Meaning as the axes
labels and/or ticklabels grow in size the "position"s of the subplots do not
change.  This is also what Octave appears to be doing when "align" is
specified.

In the sans "align" case, Matlab compensates the "position" property to ensure
that the axes labels and ticklabels do not encroach beyond the
"outerposition". Octave just treats each subplot as an independent axis with
activepositionproperty = outerposition, and looseinset = [0 0 0 0].

I'm still have conceptual problems reconciling what I observe Octave to be
doing and what is written in the code.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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