Put these phrases on the front and the results on the back

pd 'sub 4 5'

pd 'new;type area'
pd  _6[\ 78 73 71 85 123 67 52 50 57 65 83 46 20 30 22 35 44 31

pd 'new;type bar'
pd  _6[\ 19 55 45 43 64 69 28 45 63 26 30 83 65 40 99 36 86 22

pd 'new;type density'
pd  ?6 6$100

pd 'new;type dot'
pd 'pensize 4'
pd  (sin,:cos) steps 0 5 8

pd 'new;type errorbar'
mid=. _5 + (?8#10) + 10*sin steps 0 3 7
pd mid +"1 [ _1 0 1 * 0.5 + ? 3 8 $ 5

pd 'new;multi 2 2;pensize 2;ygroup 0'
pd 'labels 0';"1 (sin,cos,(sin*cos),:[EMAIL PROTECTED]@(%&2.5)) steps 0 6 20

pd 'new;type line,marker'
pd  cos 1.5 2 3 */ steps 1 3 7

pd 'new;type fbar'
pd  ?4 6$100

pd 'new;type line'
pd  ((sin+1:),:^%3:) i:2.2j60

pd 'new;type poly'
pd _5 [ \89 3 43 96 55 23 70 59 45 33

pd 'new'
pd 'sub 100 100 900 900'
pd 'type pie'
pd 'color red,blue,green,fuchsia,teal'
pd 7 2 5 3 5
pd 'endsub'

pd 'new;type line,stick;axes 1 0'
pd (;(*cos)) steps _3 7.8 30

pd 'new;type line;color red'
pd (sin;1:+2:*sin*cos) steps 0 10 100

pd 'new;type radar;pensize 2'
pd 5 + ? 1 + i.3 6

pd 'new;type surface;labels 0'
pd sin */~ steps 0 3 30

pd 'new;type line;polar 1'
t=. i:4j1000
y=. (^ cos t) - (+: cos 4*t) - (sin t%12) ^ 5
pd y;t + 0.5p1

pd 'new'
pd 'sub 100 100 900 900'
pd 'type poly;aspect 1;noaxes;viewsize 0.5 0.5 0.5'
pd 'color red,blue,yellow,green,fuchsia,teal'
pd <"2 @ (0 1&|:) dodecahedron_jzplot_''
pd 'endsub'

pd 'new'
pd 'sub 50 50 950 950'
pd 'type wire;noaxes;color teal'
pd 'viewpoint 1.5 3 1'
x=. | steps _8 8 19
d=. % + 0: = ]
pd (sin d ]) (+/&.*:)/~x
pd 'endsub'

pd 'new;type contour'
x=. range 0.4 1.4 0.025
pd x;x;+/~*:<:*:x

pd 'new;type hist;color red'
pd 3 2 5 8 10 5 12 4


or simply

p=. <"1 'type line';"1 |:(i.6) ^/ 1 + 0.2 * i.9
m=. 'type pie;color brown,red,green,purple;'
m=. (m,'keypos obr;keystyle of;key pecan cherry apple plum');p:i.4
n=. (4{p) , <'type line';<(p:i.8)
n=. (4 pick p) ,: 'type line,stick;color red';<(p:i.8)
s=. 'noaxes;textfont arial 16 bold;textcolor blue;textc 500 600 Grouped
XY';''
p=. (m;n;<s) 4 5 8 } p
pd 'multi 2 3 2,2 3 2'
pd 'title Mixed MultiPlot'
pd 'captionfont arial 13'
pd 'xcaption "col 1" "col 2" "col 3"'
pd 'ycaption "row 1" "row 2" "row 3"'
pd 'xgroup 0 1 2 0 3 2 0 1 4'
pd 'ygroup 0 0 0 1 3 1 2 2 4'
pd p

these is from the studio/demos...


2007/5/16, June Kim <[EMAIL PROTECTED]>:

Hello,

I want to design a T-shirt for J programmers and share with our local
J community friends.

What I'm planning to do is put a few J phrases on the front and back
of the T-shirt, so I'm gathering the phrases.

What are your favorite, or impressive/beautiful/inspirational phrases
you've seen so far in your J life?

Thanks in advance.
----------------------------------------------------------------------
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