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: Sun, 7 Jun 2020 08:08:10 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0

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

The test results are fine now.

Yes i agree it is better not to set the default values ​​twice
(__scatter__.m and graphics.in.h) if the 'filled' option is not specified.

However, I could not find out in which order the properties are parsed
(probably somewhere in graphics.cc) and whether the argument on the right
overrides a one on the left. Because if 'fill' is specified we send the
property 'markerfacecolor' twice to __go_scatter__(). But as said, the test
plots are correct so i think it is okay.

filled_args{:}
ans = markeredgecolor
ans = none
ans = markerfacecolor
ans = flat

newargs{:}
ans = markerfacecolor
ans = r


    _______________________________________________________

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]