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:12:08 +0200



On Thu, Jan 14, 2010 at 5:04 PM, Søren Hauberg <address@hidden> wrote:
tor, 14 01 2010 kl. 16:49 +0200, skrev Shai Ayal:

> Can anyone chaeck with the competition if the following is visible:
> patch([1],[1],"marker","o","facecolor","none","edgecolor","none","markerfacecolor","auto","markeredgecolor","none");

I get the following error:

       ??? Error using ==> patch
       Not enough input arguments.

If I change the call to

 patch([1],[1],[0.5, 0.5, 0.5],
'marker','o','facecolor','none','edgecolor','none','markerfacecolor','auto','markeredgecolor','none');


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

Thanks
Shai

reply via email to

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