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: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #48208] "markeredgecolor" changes symbol color instead when symbol is '.'
Date: Wed, 15 Jun 2016 07:36:14 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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


get (h, 'markersize')       % What is default  
  ans = 6

get (h, 'markerfacecolor')  % What is default (blue, or something else)
  ans = none

get (h, 'markeredegcolor')  % What is default (blue, or something else)
  Error using graph2d.lineseries/get
The name 'markeredegcolor' is not an accessible property for an instance of
class
'lineseries'.

set (h, 'markerfacecolor', 'm') % does dot change to 'magenta'
  No

set (h, 'markeredgecolor', 'g') % does dot change to 'green'
  No

%% Secondary test for markersize compatibility.
get (0, 'screenpixelsperinch')  % Current resolution
  ans = 90

set (h, 'markersize', 4)   % what is size of marker in pixels on screen?
  one (Yes, one.)

set (h, 'markersize', 16)  % what is size of marker in pixels on screen?
  It looks like a 5x5 square with two extra pixels

set (h, 'markersize', 36)  % what is size of marker in pixels on screen?
  It looks like a circle of about 14 pixels diameter.


    _______________________________________________________

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]