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, 09 Feb 2015 19:54:56 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)

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

The patch works very well.

A few things before committing.


align_axes = (align_axes | (! isscalar (index)));


I would use the short-circuit form of the or operator (||) above.

For the newly added appdata fields, I would use the internal prefix "__" on
the names: "__subplotposition" and "__subplotouterposition".  This is Octave
specific so we should leave the namespace open in case a programmer wants to
use "subplotposition" as a field name.

At the bottom, we like to use two newlines between the keyword "endfunction"
and the start of the %!demo or %!test block.


    _______________________________________________________

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]