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

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

[Octave-bug-tracker] [bug #30029] Minor: extra newlines when viewing mat


From: Jake
Subject: [Octave-bug-tracker] [bug #30029] Minor: extra newlines when viewing matrices with >2 dimensions
Date: Tue, 01 Jun 2010 23:54:08 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100401 Ubuntu/9.10 (karmic) Firefox/3.5.9

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

                 Summary: Minor: extra newlines when viewing matrices with >2
dimensions
                 Project: GNU Octave
            Submitted by: epy
            Submitted on: Tue 01 Jun 2010 11:54:07 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
              Item Group: Other
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

octave:3> z=zeros(3,3,3)
z =

ans(:,:,1) =

   0   0   0
   0   0   0
   0   0   0

ans(:,:,2) =

   0   0   0
   0   0   0
   0   0   0

ans(:,:,3) =

   0   0   0
   0   0   0
   0   0   0



octave:4> 

I know it's really trivial, but when displaying matrices with more than two
dimensions, octave adds an awkward extra two newlines that eat up a lot of
space.  If I had any idea which source file this was in I'd take care of it
myself.

Also, the links to the testing release on the main page are broken.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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