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: Shaun Jackman
Subject: Re: Colouring the datapoints of semilogy
Date: Fri, 11 Jul 2008 10:50:24 -0700
User-agent: Thunderbird 2.0.0.14 (X11/20080421)

Thanks, Michael. The `yscale' property was exactly what I was looking for.

Cheers,
Shaun

Michael Goffioul wrote:
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]