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

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

[Octave-bug-tracker] [bug #58282] Missing plot properties 'MarkerFaceAlp


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58282] Missing plot properties 'MarkerFaceAlpha' and 'MarkerEdgeAlpha' in the scatter function
Date: Sun, 3 May 2020 14:08:18 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0

Update of bug #58282 (project octave):

                  Status:                    None => Confirmed              
                 Release:                   4.2.2 => dev                    
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #1:

"scatter" in Octave is implemented using patch objects - or rather a hg group
containing (several) patch objects.
Since patch objects don't have the properties 'MarkerFaceAlpha' and
'MarkerEdgeAlpha', they also cannot be set with scatter.

To resolve this bug, we probably would need to implement a proper scatter
graphics object. Given the fact that many calculations that are done for patch
objects aren't really needed for scatter plots (e.g. co-planarity checks,
calculation of normals, lighting, ...), this might also lead to a performance
improvement for scatter plots.
Also some features are specific to scatter objects (e.g. different marker
sizes in the same object, and the properties mentioned in comment #0).

However, this is a larger project.
On the plus side, this scatter object (should it be implemented) could
probably share some code with the existing patch object.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58282>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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