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

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

[Octave-bug-tracker] [bug #40500] variables in GUI Workspace window not


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #40500] variables in GUI Workspace window not aligned
Date: Thu, 07 Nov 2013 06:01:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130810 Firefox/17.0 Iceweasel/17.0.8

Follow-up Comment #3, bug #40500 (project octave):

I checked in the following additional change:

http://hg.savannah.gnu.org/hgweb/octave/rev/1d2e709bbbda

This should improve the situation for printing scalar and matrix values with
the format that is in effect at the command line.  However, there are some
differences.  For example, try the column vecctor


[1e-6; 1e6]


At the command line, we scan all values and get one format for the whole
matrix.  But in the workspace viewer the format selection is done for each
value separately.  The reason for this is to allow us to print out the first
few values of a matrix efficiently even if the matrix is large.  If we had to
scan the whole matrix for max and min just to get the format for a few values
it could take too much time for the GUI.  Maybe this could be improved in the
future, but I think it is good enough for now.  At least we get some values
displayed.  Rather than worrying too much about the formatting, it would be
better to spend the time implementing a fully functional variable editor.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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