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

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

[Octave-bug-tracker] [bug #47237] scatter plot update_data callback only


From: Rik
Subject: [Octave-bug-tracker] [bug #47237] scatter plot update_data callback only works when number of points <= 100
Date: Wed, 24 Feb 2016 19:15:04 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #47237 (project octave):

                 Release:                   4.0.0 => dev                    
                 Summary: I cannot set the Data properties (X, Y or Z) of a
scatter or scatter3 plot => scatter plot update_data callback only works when
number of points <= 100

    _______________________________________________________

Follow-up Comment #2:

The problem is the update_data callback routine in __scatter__.m.  I don't
think this was ever updated after the main part of the algorithm was changed. 
I fixed this here (http://hg.savannah.gnu.org/hgweb/octave/rev/fb7f40558553)
and your example now runs properly.

However, the fix only captures the case where the number of points is <= 100. 
I've re-titled the bug to reflect the still open issue.

The fix will be a part of the 4.2 release. Because this is just an m-file you
can also download it from the Mercurial repository and install it on your
function path if you want the fix earlier.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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