Try looking at the pd commands pd 'new' pd 'type bar' dat=. 1 1 2 2 3 3 6 pd dat pd'text 150 300 foo' pd'show' pd'text 350 600 bar' pd'show'
2007/12/26, June Kim <[EMAIL PROTECTED]>: > > Thanks but the label should be near the datapoint on the graph with a > mark. Something like : > http://farm3.static.flickr.com/2097/2126632476_bf8420ecff_o.png > > > 2007/12/26, Björn Helgason <[EMAIL PROTECTED]>: > > Is > > 'key foo(12),bar(23)'plot 0 1 2 3;1 2 3 5 > > any help? > > > > 2007/12/25, June Kim <[EMAIL PROTECTED]>: > > > > > > 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 > > > > > > > > > > > -- > > Björn Helgason, Verkfræðingur > > Fugl&Fiskur ehf, Þerneyjarsund 23, Box 127 > > 801 Grímsnes ,t-póst: [EMAIL PROTECTED] > > Skype: gosiminn, gsm: +3546985532 > > Landslags og skrúðgarðagerð, gröfuþjónusta > > http://groups.google.com/group/J-Programming > > > > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari > einfaldleikans > > > > góður kennari getur stigið á tær án þess að glansinn fari af skónum > > /|_ .-----------------------------------. > > ,' .\ / | Með léttri lund verður | > > ,--' _,' | Dagurinn í dag | > > / / | Enn betri en gærdagurinn | > > ( -. | `-----------------------------------' > > | ) | (\_ _/) > > (`-. '--.) (='.'=) > > `. )----' (")_(") > > > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > -- Björn Helgason, Verkfræðingur Fugl&Fiskur ehf, Þerneyjarsund 23, Box 127 801 Grímsnes ,t-póst: [EMAIL PROTECTED] Skype: gosiminn, gsm: +3546985532 Landslags og skrúðgarðagerð, gröfuþjónusta http://groups.google.com/group/J-Programming Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans góður kennari getur stigið á tær án þess að glansinn fari af skónum /|_ .-----------------------------------. ,' .\ / | Með léttri lund verður | ,--' _,' | Dagurinn í dag | / / | Enn betri en gærdagurinn | ( -. | `-----------------------------------' | ) | (\_ _/) (`-. '--.) (='.'=) `. )----' (")_(")
---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
