I think you will see how to proceed if you play with the "plot" demo in the Tools|Demo menu. Especially select the the "2D|Bar Sampler"" menu within the demo and once you have the resulting barplots showing, select "Options|View Definition" menu to see the code.
On Fri, 15 Jun 2007 [EMAIL PROTECTED] wrote: + Hello, + + I have a tally of some data in box form. + + ----------------- + | apples | 3 | + ----------------- + | oranges | 2 | + ----------------- + | red plum | 5 | + ----------------- + | oranges | 3 | + ----------------- + + and would like to box plot it. + + According to plot data I can use a boxed array. Unfortunately I'm not sure how to get my tally into a boxed array. I tried + + plot |: tally + + and got + |domain error: getmin + | <./&>,each y + + Any help/link to tutorials would be appreciated. + + Thanks + + tee + ---------------------------------------------------------------------- + For information about J forums see http://www.jsoftware.com/forums.htm + (B=) <----------my "sig" Brian Schott Atlanta, GA, USA schott DOT bee are eye eh en AT gee em ae eye el DOT com http://schott.selfip.net/~brian/ ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
