Hello. Say, I have a simple plot:
load 'plot' plot 0 1 2 3;1 2 3 5 I'd like to label on some data points. For example, the second data point (1,2) should be labeled as "foo" on the plot view, and the third point (2,3) as "bar" on the view. (It would be better if the data point is marked, too) Is there a convenient and easy way of doing this in general cases? June ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
