No I dont want unconected dots, I want my poits not a line, the poits are experimental they dont follow a line, i want see what is the too far poits and cut it of my file. I can draw oly the points and not a poits of line but the poits of file?

2006/9/6, Victoria G. Laidler <[EMAIL PROTECTED]>:
Esdras Caleb wrote:

>i see the tutorial but only do plot dont plot the points it do a
>interpolation in the opints and give a line or points folloing the line...
>someone can say to me hoy only draw points?

It sounds like you want to specify that the plot command should use a marker
other than line, which is the default.

For instance if you have been doing
plot(x,y)

and getting a line, then try doing this instead

plot(x,y,'.')

to get unconnected dots.
You can use a variety of markers; there's a list in the pylab
documentation somewhere.

Hope this helps,
Vicki Laidler






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

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