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

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

[Octave-bug-tracker] [bug #40898] scatter3 needs better input validation


From: anonymous
Subject: [Octave-bug-tracker] [bug #40898] scatter3 needs better input validation
Date: Sun, 15 Dec 2013 22:43:06 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.55 Safari/537.36

Follow-up Comment #4, bug #40898 (project octave):

Here is the error I am seeing. (My work around is to plot the data in batches
of 100.)   ---Ralph

3>version
ans = 3.6.4
4> clear
5> clf
6> n=101
n =        101
7> x = rand (n,1);
8> y = rand (n,1);
9> z = rand (n,1);
10> s=20*rand(n,1);
11> c=rand(n,3);
12> scatter3 (x(:), y(:), z(:), s(:), c(:), "s");
error: __scatter__: A(I,J): row index out of bounds; value 269 out of bound
101
error: called from:
error:   C:SoftwareOctave-3.6.4shareoctave3.6.4mplotprivate__scatter__.
m at line 214, column 13
error:   C:SoftwareOctave-3.6.4shareoctave3.6.4mplotscatter3.m at line 6
8, column 11
12>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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