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

Reply via email to