Colouring the datapoints of semilogy

Michael Goffioul michael.goffioul at gmail.com
Thu Jul 10 23:52:20 CDT 2008


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