help-octave
[Top][All Lists]
Advanced

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

Re: Missing marker edge in legend when marker face is colored


From: Joao Rodrigues
Subject: Re: Missing marker edge in legend when marker face is colored
Date: Tue, 11 Mar 2014 04:27:25 -0700 (PDT)

In Octave 3.6.4 if

x = [1:5]';

then

plot(x,-x,"s");
legend("test");

shows a legend with a marker edge and an empty marker face. However:

plot(x,-x,"s","markerfacecolor",[1,0,0]);
legend("test");

shows a legend whose marker face is colored but whose marker edge went
missing.

Anyone knows how to get a marker with a colored face and edge at the
same time in the legend?





--
View this message in context: 
http://octave.1599824.n4.nabble.com/Missing-marker-edge-in-legend-when-marker-face-is-colored-tp4662702p4662995.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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