Colouring the datapoints of semilogy

Shaun Jackman sjackman at bcgsc.ca
Fri Jul 11 12:50:24 CDT 2008


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 <sjackman at bcgsc.ca> 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.



More information about the Help-octave mailing list