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: Rik
Subject: [Octave-bug-tracker] [bug #34936] scatter errors after completion when more than 100 points
Date: Wed, 30 Nov 2011 17:53:39 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

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

Unfortunately, a true fix is going to be more involved.  The patch submitted
works for the case presented, but not for a second simple case where there is
more than one color.


x = rand(101,1);
y = rand(101,1);
colours = [ ones(101,1) zeros(101,1) zeros(101, 1)];
colours(1,:) = [0 0 1];  # different color for first element
scatter(x,y, 15, colours)
error: vertical dimensions mismatch (1x1 vs 1x2)
error: evaluating argument list element number 1
error: evaluating argument list element number 2
error: called from:
error:  
/home/rik/wip/Projects_Mine/octave-dev/scripts/plot/private/__scatter__.m at
line 269, column 9
error:  
/home/rik/wip/Projects_Mine/octave-dev/scripts/plot/private/__scatter__.m at
line 198, column 18
error:   /home/rik/wip/Projects_Mine/octave-dev/scripts/plot/scatter.m at line
71, column 11



    _______________________________________________________

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]