It's been a long while since I posted this on the mailing list, but
recently I needed this feature again.

One simple way would be using gnuplot with its "set label" command for
each datapoint.

Any other ideas?

2006/4/9, June Kim <[EMAIL PROTECTED]>:
> 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

Reply via email to