[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #47496] Values in Workspace view are limited b
From: |
Ruslan |
Subject: |
[Octave-bug-tracker] [bug #47496] Values in Workspace view are limited by 10 numbers |
Date: |
Tue, 22 Mar 2016 09:22:48 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/47.0.2526.106 Chrome/47.0.2526.106 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?47496>
Summary: Values in Workspace view are limited by 10 numbers
Project: GNU Octave
Submitted by: l0110111
Submitted on: Tue 22 Mar 2016 09:22:46 AM GMT
Category: GUI
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Other
Status: None
Assigned to: None
Originator Name: Ruslan
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.1-rc1
Operating System: GNU/Linux
_______________________________________________________
Details:
Consider the following code:
mat=[ 1,2,3; 4,5,6; 7,8,9; 10,11,12 ];
disp(mat);
If you set a breakpoint at the second line and run the script, you'll see the
value of `mat` in Workspace view as
mat double 4x3 [ 1, 2, 3; 4, 5, 6; 7, 8, 9; 10
This is hardly usable for 4x3 or larger matrices. One has to explicitly use
`disp` to show such values, and Workspace view becomes useless.
This looks especially miserable on hi-res screens like 3840x2160.
I'd suppose the view should print as many elements of matrices as it can fit
in its width. Or at least have a user-configurable limit for displayed element
count.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?47496>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #47496] Values in Workspace view are limited by 10 numbers,
Ruslan <=