octave-maintainers
[Top][All Lists]
Advanced

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

Re: fast scatter plots - advice sought


From: David Bateman
Subject: Re: fast scatter plots - advice sought
Date: Thu, 14 Jan 2010 21:07:00 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706)

Shai Ayal wrote:
On Thu, Jan 14, 2010 at 6:16 PM, Søren Hauberg <address@hidden> wrote:

tor, 14 01 2010 kl. 18:12 +0200, skrev Shai Ayal:

oops, I had a typo. please try:
 patch([1],[1],[0.5, 0.5, 0.5],

'marker','o','facecolor','none','edgecolor','none','markerfacecolor','auto','markeredgecolor','auto');
note the "auto" as the last argument
This still gives an empty (i.e. just a white background) figure.

Sorry for using you as a very slow terminal, but could you also try:
  patch([1],[1],[0.5, 0.5, 0.5],
'marker','o','facecolor','flat','edgecolor','flat','markerfacecolor','auto','markeredgecolor','auto');

i.e. change facecolor and edgecolor to flat

Thanks
Shai

also what does

h = scatter(randn(1,4),randn(1,4)); kids = get(h,'children'); get(h,kids(1))
h = scatter(randn(1,4),randn(1,4), 'filled'); kids = get(h,'children'); get(h,kids(1)) h = scatter(randn(1,4),randn(1,4), 10, sqrt(randn(1,4).^2)); kids = get(h,'children'); get(h,kids(1)) h = scatter(randn(1,4),randn(1,4), 10, sqrt(randn(1,4).^2), 'filled'); kids = get(h,'children'); get(h,kids(1))

give for the facecolor, edgecolor, markerfacecolor and markeredgecolor properties?

D.



--
David Bateman                                address@hidden
35 rue Gambetta                              +33 1 46 04 02 18 (Home)
92100 Boulogne-Billancourt FRANCE            +33 6 72 01 06 33 (Mob)



reply via email to

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