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: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #39433] subplot sizes wrong
Date: Mon, 08 Jul 2013 21:28:28 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

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

Ben

Looking quickly at subplot.m I notice the following
are initialized right after the function entry:

  align_axes = false;
  replace_axes = false;
  have_position = false;
  initial_args_decoded = false;

Later, only for gnuplot, align_axes is set true.

But also,
"position" can be used to set have_position = true
and then later in the code
"align"   can be used to set align_axes = true, and
"replace" can be used to set replace_axes = true

These settings seem to be dependent on other argument
processing which is not very clear.  So, some care
will be needed in making changes.  Also, "replace"
and "position" are not documented, so their effect needs
to be figured out and documented, along with "align".

So, I still think that initializing align_axes to true
at line 71 of subplot.m is a good idea in any case.

Then, all this can be figured out, compared with Matlab,
and documented.

Do you want to do the one line patch?



    _______________________________________________________

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]