help-octave
[Top][All Lists]
Advanced

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

Re: Colouring the datapoints of semilogy


From: Michael Goffioul
Subject: Re: Colouring the datapoints of semilogy
Date: Fri, 11 Jul 2008 06:52:20 +0200

On Fri, Jul 11, 2008 at 2:09 AM, Shaun Jackman <address@hidden> wrote:
> I would like to assign an arbitrary colour to every data point of a `semilogy'
> plot, as I can with the `scatter' function. Is this possible?

What's wrong with:

scatter (x, y);
set (gca, 'yscale', 'log');

Michael.


reply via email to

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