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

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

[Octave-bug-tracker] [bug #53421] Excessive whitespace displaying struct


From: Rik
Subject: [Octave-bug-tracker] [bug #53421] Excessive whitespace displaying struct.array
Date: Thu, 22 Mar 2018 14:36:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53421 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Is it excessive, or just the same as the regular display of a vector as
opposed to a scalar?  The struct aspect of the variable doesn't seem to matter
here.  See below


octave:1> c = [1 2]
c =

   1   2

octave:2> format compact
octave:3> c
c =
   1   2


The default case for any array, as opposed to scalars, is to put newlines
above and belowe the values unless the "compact" modifier is used.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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