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.