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: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #47237] scatter plot update_data callback only works when number of points <= 100
Date: Fri, 24 Jun 2016 04:57:43 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

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

Rik, what is the reason for the limit of 100?  Looking at the patch in
isolation, it seems to be entirely self-imposed.

Does it call something that fails with more than 100 points?

Is it a performance consideration?

Also, is there a reason for duplicating the loops for "markerfacecolor" equal
to c vs "none"?  Couldn't we set


  if (filled)
    mfc = c;
  else
    mfc = "none";
  endif


and similarly with "flat" vs "none", to give four loops instead of eight?

(Now it's my turn to argue for simple=maintainable code :)

    _______________________________________________________

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]