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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to