On Saturday 21 Aug 2010 08:00:33 xyz wrote:
> I would like to label all (x[i],y[i]) points in the plot with
> point_labels[i].
> 
> Is it possible to label all points in a plot?

Use plt.text (x, y, point_labels ) or something along those lines.

Jose

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to