Piechart is also good

  ('pie;labels xon;xlabel',quot {."1 tally) plot;{:"1 tally

2007/6/15, Raul Miller <[EMAIL PROTECTED]>:

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




--
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

Reply via email to