Also, I replied to this thread (or an off-shoot of it) with this reference: http://www.jsoftware.com/jwiki/NYCJUG/2008-01-08#PlacingTextonaPlot showing how to put text at a plotted point on a graph.
On Mon, Jan 5, 2009 at 9:12 AM, Brian Schott <[email protected]> wrote: > I don't know the answer to your question, but you may want to look at > the following post to the J forum where Harvey Hamish posts a partial > solution. To see the desired result I had to alter the code there by > inserting a single space in front of each of Harvey's to labels, like > this. > > labels =. ' label 1'; ' label 2' NB. prefixed a space > > http://www.jsoftware.com/pipermail/programming/2008-December/013138.html > > -- > (B=) > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Devon McCormick, CFA ^me^ at acm. org is my preferred e-mail ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
