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

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

[Octave-bug-tracker] [bug #58508] scatter: face color ignored when fille


From: Hg200
Subject: [Octave-bug-tracker] [bug #58508] scatter: face color ignored when filled is given
Date: Sat, 6 Jun 2020 17:44:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0

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

Thanks for the short-term fix. A comparison between Matlab r2018 and the fix
6f415e9b14ae yields following result:

i.)
scatter(...,"filled")
->
In r2018 and also according to mathworks documentation, the markerfacecolor is
set to flat and the markeredgecolor to none. With the fix 6f415e9b14ae,
however, the face is set to flat and the edge to flat.

ii.)
scatter(...,"filled","markerfacecolor","r")
->
In r2018 a patch is plot according to the face color red, but without an edge
(edge is set to none). With the fix 6f415e9b14ae the face is set to red and
the edge to flat.

iii.)
scatter(...,"filled","markerfacecolor","markeredgecolor")
->
Draws a patch according to the specified face color and an edge according to
the specified edge color. In fix 6f415e9b14ae this is displayed correctly.

I ran some more tests and found no additional issues compared to Matlab r2018.
The new scatter code looks very good. I have attached the test cases for
reference.


(file #49221)
    _______________________________________________________

Additional Item Attachment:

File name: scatterbenchmark.m             Size:1 KB
    <https://savannah.gnu.org/file/scatterbenchmark.m?file_id=49221>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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