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

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

[Octave-bug-tracker] [bug #42561] gnuplot colors incorrect for 'demo tri


From: Rik
Subject: [Octave-bug-tracker] [bug #42561] gnuplot colors incorrect for 'demo trimesh'
Date: Thu, 8 Sep 2016 16:00:22 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #12, bug #42561 (project octave):

I think this is a consequence of how Octave is trying to map to Matlab.  In
Matlab, scatter produces a Scatter Group Series object.  In Octave, we use an
hggroup that has the appropriate Scatter Group properties, but the internal
implementation is done with patch objects since each scatter object could have
a different size and/or color.  See
http://www.mathworks.com/help/matlab/ref/scatter.html and
http://www.mathworks.com/help/matlab/ref/scatterseries-properties.html.

scatter is very slow, probably as you say, because it has to create so many
objects.  The function needs an overhaul for other reasons as well as it
doesn't produce Matlab compatible results.  See bug #48873 where it is the
last function that needs work.

Overhauling scatter promises to be a significant coding effort so I don't
think it will happen before 4.2.

If there is a temporary fix for gnuplot that would be nice, otherwise it can
be addressed when scatter is re-done.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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