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

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

[Octave-bug-tracker] [bug #53000] Variable editor: Value of '0' is not a


From: Rik
Subject: [Octave-bug-tracker] [bug #53000] Variable editor: Value of '0' is not aligned correctly
Date: Mon, 29 Jan 2018 11:43:31 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

URL:
  <http://savannah.gnu.org/bugs/?53000>

                 Summary: Variable editor: Value of '0' is not aligned
correctly
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Mon 29 Jan 2018 08:43:29 AM PST
                Category: GUI
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The value '0' has a different justification then any other value when
displayed in the variable editor.  This causes columns of numbers to
mis-align.  It is not tragic, but it is annoying and the terminal output, for
example, already gets this right.

Sample code:


>> x = magic (3)
x =

   8   1   6
   3   5   7
   4   9   2

>> x(2,1) = 0
x =

   8   1   6
   0   5   7
   4   9   2

>> openvar x


Notice how the the number '0' aligns with '8' and '4' in the first column. 
Attached is a screenshot of how it displays in the variable editor with the
'0' cell left-aligned.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Mon 29 Jan 2018 08:43:29 AM PST  Name: Var_Editor_0.png  Size: 12KiB  
By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=43106>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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