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: Sun, 04 Dec 2011 16:08:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Powercow/3.6.13

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

I have found what the problem with colours was:

    http://hg.savannah.gnu.org/hgweb/octave/rev/7ab497513c1a

When someone confirms that this really fixes the problem, we can close this
bug report.

The __scatter__.m code seems to be creating way more patch objects than are
necessary, even in the supposedly optimised case for n >= 100 points. It
appears that the __go_patch__ function can accept vector arguments for all
properties except markersize, so it seems to me that there should be one patch
object per size, not per colour. I will reorganise the code later after this
fix is confirmed.

    _______________________________________________________

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]