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

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

[Octave-bug-tracker] [bug #48208] "markersize" compatibility


From: Rik
Subject: [Octave-bug-tracker] [bug #48208] "markersize" compatibility
Date: Wed, 15 Jun 2016 18:26:04 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

@Dmitri: Good digging through the documentation to find that specification.  I
think Octave must have it wrong then.  For a circle the calculation is sz/2
and for a dot we use sz/3.  The older Matlab docs suggest we should really be
using


(sz/2) / 3


for the dot size.  I think we also need to specify a minimum for the computed
size of at least one pixel.  At the moment, 


h = plot (0.5, 0.5, '.', 'markersize', 1)


produces a blank plot.  I need to use


set (h, 'markersize', 2)


before I can see anything.  I would still be interested in the table of
markersizes to see if they are using a different sizing algorithm for the
smaller markersizes versus the large ones. 


    _______________________________________________________

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]