Matplotlib-users digest, Vol 1 #680 - 8 msgs

Hello, my program crashes when I try to plot using these

    > commands. Am I using the marker commands incorrectly? I see
    > that there isn't a distinction between plotting a line and
    > symbols other than the line style (i.e., '-' or 'o'). what
    > then are markers? Thanks.

Could you provide more information, such as the exception traceback?
Can you provide a standalone script that exposes the problem?

As for lines and markers, a give line can support either or both, and
this is controlled by the linestyle and marker properties.

JDH