>>>>> "Bart" == Bart van Kuik <[EMAIL PROTECTED]> writes:

    Bart> Hi list, I have inherited a piece of code. It uses
    Bart> LineCollection and works allright, except lines are plotted
    Bart> and I want to see the points, not the interpolated line. Is
    Bart> this a contradiction in itself, or might it be possible? I
    Bart> see 'solid', 'dotted', 'dashed' and 'dashdot' as linestyle
    Bart> options, but don't see 'points' among them.

    Bart> The reason LineCollection is used, is that each point needs
    Bart> to have a particular color; the plot has a third dimension
    Bart> so as to say.

You can probably use "scatter" for this -- it allows you to create and
x,y plot of polygonal markers with different colors.  But these are
intensities mapped to a color.  If you need to specify the exact color
of the markers, use a PolygonCollection.

JDH

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to