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: Søren Hauberg
Subject: Re: fast scatter plots - advice sought
Date: Thu, 14 Jan 2010 16:04:05 +0100

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');

I get an empty figure.

Soren




reply via email to

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