202
|
1 .PS
|
|
2
|
205
|
3 #scale = 1.3
|
|
4
|
|
5
|
202
|
6 boxwid = 2
|
|
7 boxht = 1
|
|
8 colheaderh = 0.4
|
205
|
9 rowheaderw = 1.3
|
202
|
10
|
|
11
|
205
|
12 copy "marker.pic.inc"
|
|
13
|
202
|
14 define row {
|
|
15 [
|
|
16 right
|
205
|
17 B1: box $1
|
|
18 B2: box $2
|
202
|
19 ]
|
|
20 }
|
|
21
|
|
22
|
205
|
23 down
|
|
24 row("email" "SMS", "voice mail" "video messages")
|
|
25 row("instant messaging" "chat", "VoIP" "video conferencing")
|
|
26
|
|
27 marker_top(1st [].B1, "written")
|
|
28 marker_top(1st [].B2, "recorded")
|
|
29
|
|
30 marker_left(1st [], "asyncronous" rjust "(messages)" rjust)
|
|
31 marker_left(2nd [], "syncronous" rjust "(dialog)" rjust)
|
202
|
32
|
|
33
|
|
34
|
205
|
35 #circle diam 0.1 at (0,0)
|
202
|
36 .PE
|