On 6/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I have a tally of some data in box form.
  tally=:(<;._1'/apples/oranges/red plum/oranges'),.<"0]3 2 5 3
and would like to box plot it.

What is a box plot?

I don't see 'box' listed as a plot type at
http://www.jsoftware.com/help/user/plot_types.htm

Do you mean something like
  quot=:[:;(<' "'),&.>],&.>'"'"_
  (('bar;labels xon;xlabel',[EMAIL PROTECTED])plot;@])/|:tally
?

Or, if that's a confusing way of expressing what I've done
  ('bar;labels xon;xlabel',quot {."1 tally) plot;{:"1 tally

Anyways, if you search using google with
  site:jsoftware.com plot
you should find lots of potentially relevant pages.  Or, if your
interests are narrower, it would help if you could describe them
in more detail.

Good luck,

--
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to