docs/diploma
view thesis/img/comm-classification.pic @ 339:f9f925c5e2d1
added labels and few work at some places
author | meillo@marmaro.de |
---|---|
date | Mon, 26 Jan 2009 13:36:18 +0100 |
parents | aa14d1925151 |
children | 0d78755132b7 |
line source
1 .PS
4 boxwid = 2
5 boxht = 1
6 colheaderh = 0.4
7 rowheaderw = 1.3
10 copy "marker.pic.inc"
12 define row {
13 [
14 right
15 B1: box $1
16 B2: box $2
17 ]
18 }
21 down
22 row("email" "SMS", "voice mail" "video messages")
23 row("instant messaging" "chat", "VoIP" "video conferencing")
25 marker_top(1st [].B1, "written")
26 marker_top(1st [].B2, "recorded")
28 marker_left(1st [], "asyncronous" rjust "(messages)" rjust)
29 marker_left(2nd [], "syncronous" rjust "(dialog)" rjust)
32 .PE