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

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

[Octave-bug-tracker] [bug #30442] incompatibilities for marker "."


From: David Bateman
Subject: [Octave-bug-tracker] [bug #30442] incompatibilities for marker "."
Date: Sat, 17 Jul 2010 21:53:42 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

Update of bug #30442 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

This behavior of matlab doesn't really make sense. It basically means that
the "." marker is the same as the "o" marker with the MarkerFaceColor set to
"auto". This is basically what I showed in my comment on this thread. Why
should there be two ways of creating the same marker? 

What happens in matlab is the markeredgecolor and markerfacecolor properties
are different for the "." marker? That is, what does 

plot (1:10,'marker','.','markeredgecolor', [1,0,0],
'markerfacecolor',[0,1,0])

give in matlab? The face could be red or blue. Do we want to duplicate
matlab's behavior for this? The existing "." in Octave is useful for things
like the "spy" and "scatter" function, where there are many small points. We'd
still be able to get the same behavior in Octave, but would need to
specifically set the "markersize" to make the marker much smaller.

D.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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