From: Similione Kasan on
How to change the marker size in scatter plots?
From: Jomar Bueyes on
On Feb 22, 10:10 pm, "Similione Kasan" <mech.e...(a)hotmail.com> wrote:
> How to change the marker size in scatter plots?

for example:
plot( ..., 'markerSize', 10);

Play with the size till you find the one that fits your needs.

HTH

Jomar