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: Sat, 2 Jul 2016 18:00:48 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

@Lachlan: The reason for the 100 points is performance.  The base code creates
two very different implementations based on the number of points.  The
callback is not set up to shift from one implementation to the other, so the
best thing was simply to warn that it couldn't accomplish that shift.

As for the duplicate loops, they won't be a performance issue since only one
of them will ever be chosen.  But you are right that it is a lot of code to
maintain.  If you want to submit a patch that reduces the number of loops from
8 to 4 I can review and push.

    _______________________________________________________

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]