Sorry it was a mistype. It's a bar graph that I was looking for. Basically a bar graph of the boxed data I had tallied.
tee -------- Original Message -------- From: "Raul Miller" <[EMAIL PROTECTED]> Apparently from: [EMAIL PROTECTED] To: "General forum" <[email protected]> Subject: Re: [Jgeneral] plotting collected data Date: Fri, 15 Jun 2007 12:06:07 -0400 > 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
