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

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

[Octave-bug-tracker] [bug #34936] scatter errors after completion when m


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #34936] scatter errors after completion when more than 100 points
Date: Mon, 05 Dec 2011 19:00:39 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Windclam/3.6.13

Follow-up Comment #16, bug #34936 (project octave):

Just to make it clear, this is a case on which your fix breaks:


 n = 500;
 x = rand(n,1);
 y = rand(n,1);
 idx = ceil(rand(n,1)*3);
 colors = eye(3)(idx, :);
 scatter(x,y,15, colors, "filled")



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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