Re: [Matplotlib-users] line labels?

2006-06-08 Thread David Huard
Hi, I'd do it the quick way:str = [...] # list of strings for the labels.x[:] # abcisse vectory[i][:] # list of ordinate vector (y[i][:] contains the data for the ith line)for i in range(10):     text(x[-1], y[i][-1], str[i], horizontalalignement='left')David2006/6/7, Webb Sprague <[EMAIL PROTECTED

[Matplotlib-users] line labels?

2006-06-07 Thread Webb Sprague
Is there a way to programmatically write line labels, as in the attached image? If it doesn't go through the list, basically I want a label at the end of each of 10 or so lines in a plot. Tx <> ___ Matplotlib-users mailing list Matplotlib-users@lists.s