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: Shai Ayal
Subject: Re: fast scatter plots - advice sought
Date: Thu, 14 Jan 2010 18:50:13 +0200

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


reply via email to

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