On Mon, Aug 4, 2008 at 4:48 AM, Manuel Metz <[EMAIL PROTECTED]> wrote:

> Use the named kwarg "linestyle":
>
>   plot(Time, Value, '#330066', linestyle='.')

I think you meant marker, since the '.' represents a marker rather
than a linestyle

  plot(Time, Value, color='#330066', marker='.')

JDH

-------------------------------------------------------------------------
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