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

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

[Octave-bug-tracker] [bug #48208] "markeredgecolor" changes symbol color


From: Rik
Subject: [Octave-bug-tracker] [bug #48208] "markeredgecolor" changes symbol color instead when symbol is '.'
Date: Mon, 13 Jun 2016 04:37:16 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #48208 (project octave):

                  Status:                    None => Confirmed              
                 Summary: "markeredgecolor" changes symbol color instead =>
"markeredgecolor" changes symbol color instead when symbol is '.'

    _______________________________________________________

Follow-up Comment #1:

The issue is particular to the dot '.' marker.  Try using a different marker
to see it working.


h = plot (1:10, 'dy');        % yellow diamonds
set (h, 'markersize', 24);    % big yellow diamonds
set (h, 'linewidth', 6);      % big, thick outlined yellow diamonds
set (h, 'markeredgecolor', 'k');  % big, thick outlined black diamonds
set (h, 'markerfacecolor', 'm');  % big, thick outline black diamonds, magenta
insides
set (h, 'marker', '.');       % Now, black circles
set (h, 'marker', 'p');       % Pentagrams, with black outline and magenta
insides.


I know there is special code in gl-render.cc for the '.' marker.  How does
Matlab handle this?  Is '.', really equivalent to a circle (marker 'o') but
with a reduced radius?  We need to know what behavior we should be aiming
for.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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