On Mon, Dec 14, 2009 at 11:31 AM, jenya56 <jeny...@yahoo.com> wrote:
>
> Dear all, I was wondering if there is equivalent in python of this function:
> PLOTCLR(X,Y,V) plots the values specified in V as a color coded scatter plot
> at the locations specified in the vectors X and Y. The current colormap of
> the figure is used for the color code. Any suggestions? Thanks.

"scatter" should do it

http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.scatter

http://matplotlib.sourceforge.net/search.html?q=codex+scatter

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to