|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #46140] legend function returns error, "error: A(I): index out of bounds; value 119 out of bound 12 |
| Date: | Wed, 07 Oct 2015 00:46:38 +0000 |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0 |
URL:
<http://savannah.gnu.org/bugs/?46140>
Summary: legend function returns error, "error: A(I): index
out of bounds; value 119 out of bound 12
Project: GNU Octave
Submitted by: None
Submitted on: Wed 07 Oct 2015 12:46:37 AM UTC
Category: Plotting
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: toby wehrhan
Originator Email: address@hidden
Open/Closed: Open
Discussion Lock: Any
Release: 4.0.0
Operating System: Microsoft Windows
_______________________________________________________
Details:
Whenever I try to use the plot legend() function-- either from command line or
with in a *.m script-- I get an "out of bound" error.
For example the following code (copied from the command window) yields the
error....
>> x = [1 2 3 4 5];
>> y = x.^2 + 5;
>> plot(x,y)
>> legend('y')
error: A(I): index out of bounds; value 121 out of bound 12
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46140>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |