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 09:59:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0

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

                 Summary: scatter: face color ignored when filled is given
                 Project: GNU Octave
            Submitted by: hg200
            Submitted on: Sat 06 Jun 2020 01:59:04 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: hg200
        Originator Email: 
             Open/Closed: Open
                 Release: dev
         Discussion Lock: Any
        Operating System: Any

    _______________________________________________________

Details:

A small issue regarding Matlab compatibility. The argument 'filled' overrides
the setting of the face color so that patch elements are shown flat instead of
red.

If we run the following code in Matlab r2018 or Octave 5.2.0, patches are plot
red. On the devel branch they are plot flat.

++
xx = [1 2 3 3 3 1 1];
yy = [1 2 3 1 3 1 3];
scatter (xx, yy, 'filled', 'markerfacecolor', '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]