view thesis/fig/comm-classification.pic @ 407:4b151c1b3835

remove obsolete comments plus tiny fixes
author meillo@marmaro.de
date Sun, 08 Feb 2009 23:57:50 +0100
parents 13e630c5a44d
children
line wrap: on
line source

.PS


boxwid = 2
boxht = 1
colheaderh = 0.4
rowheaderw = 1.3


copy "marker.pic.inc"

define row {
	[
		right
		B1: box $1
		B2: box $2
	]
}


down
row("email" "SMS",  "voice mail" "video messages")
row("Instant Messaging" "chat",  "VoIP" "video conferencing")

marker_top(1st [].B1, "written")
marker_top(1st [].B2, "recorded")

marker_left(1st [], "asyncronous" rjust "(messages)" rjust)
marker_left(2nd [], "syncronous" rjust "(dialog)" rjust)


.PE