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: Tue, 14 Jun 2016 15:56:27 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #2, bug #48208 (project octave):

To be clear, can somebody run the following in Matlab and report back.


h = plot (1:3, '.b')
get (h, 'markersize')       % What is default  
get (h, 'markerfacecolor')  % What is default (blue, or something else)
get (h, 'markeredegcolor')  % What is default (blue, or something else)
set (h, 'markerfacecolor', 'm') % does dot change to 'magenta'
set (h, 'markeredgecolor', 'g') % does dot change to 'green'

%% Secondary test for markersize compatibility.
get (0, 'screenpixelsperinch')  % Current resolution
set (h, 'markersize', 4)   % what is size of marker in pixels on screen?
set (h, 'markersize', 16)  % what is size of marker in pixels on screen?
set (h, 'markersize', 36)  % what is size of marker in pixels on screen?


I'll re-post to the Octave-Maintainer's list.


    _______________________________________________________

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]