changing the size of a plot point

is there a way, when plotting many points, to decrease the size of the
point. With the default size I end up with overlapping points so some
are not displayed.

Mathew

Do you want to change (decrease) the following values?

  plot(range(10), '.-', linewidth=3, markersize=15) # big values for testing

I hope that helps.

By,

  Friedrich

···

On Mon, Oct 27, 2008 at 01:53:24PM -0700, Mathew Yeates wrote:

   is there a way, when plotting many points, to decrease the size of the
   point. With the default size I end up with overlapping points so some are
   not displayed.

Thank you!

···

On Mon, Oct 27, 2008 at 2:12 PM, Friedrich Hagedorn <friedrich_h@…380…> wrote:

On Mon, Oct 27, 2008 at 01:53:24PM -0700, Mathew Yeates wrote:

is there a way, when plotting many points, to decrease the size of the

point. With the default size I end up with overlapping points so some are

not displayed.

Do you want to change (decrease) the following values?

plot(range(10), ‘.-’, linewidth=3, markersize=15) # big values for testing

I hope that helps.

By,

Friedrich