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

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

[Octave-bug-tracker] [bug #55919] Format short|long g does not align num


From: anonymous
Subject: [Octave-bug-tracker] [bug #55919] Format short|long g does not align numbers within matrices
Date: Sat, 16 Mar 2019 11:11:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Android 8.0.0; Mobile; rv:65.0) Gecko/65.0 Firefox/65.0

Follow-up Comment #5, bug #55919 (project octave):

It looks like "g" mode in pr-output.cc always calls float_format with default
arguments, which sets field width to 0 (as wide as necessary) but for non-g
modes, float_format is called with 4 arguments that specify a minimum field
width. It looks like setting a minimum field width in g-mode should take care
of both problems -- it will allow sufficient space between elements and not
try to pack too many in one line. Thoughts?

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55919>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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