docs/diploma
diff thesis/fig/comm-lifecycle.pic @ 397:13e630c5a44d
rename img -> fig
author | meillo@marmaro.de |
---|---|
date | Sat, 07 Feb 2009 22:39:07 +0100 |
parents | thesis/img/comm-lifecycle.pic@bbfde22dcc35 |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thesis/fig/comm-lifecycle.pic Sat Feb 07 22:39:07 2009 +0100 1.3 @@ -0,0 +1,71 @@ 1.4 +.PS 1.5 + 1.6 + 1.7 +boxwid = 1.25 1.8 +boxht = 3 1.9 +colheaderh = 0.4 1.10 +rowheaderw = 1.0 1.11 +ad = 0.1 # arrow distance 1.12 + 1.13 +copy "marker.pic.inc" 1.14 + 1.15 + 1.16 + 1.17 +define segment { 1.18 + [ 1.19 + down 1.20 + A: box "" invis 1.21 + line dotted from A.ne to A.se 1.22 + marker_bot(last box, $1) 1.23 + ] 1.24 +} 1.25 + 1.26 + 1.27 +move up boxht/2-markerlen/2 1.28 +right 1.29 + 1.30 +segment("introduction") 1.31 +segment("growth") 1.32 +segment("mature") 1.33 +segment("saturation") 1.34 +segment("decline") 1.35 + 1.36 + 1.37 +arrow from 1st [].A.sw to last [].A.se 1.38 +"\fI" "time" above rjust "\fR" at last arrow.end + (-0.2,0.00) 1.39 +arrow from 1st [].A.sw to 1st [].A.nw 1.40 +"\fI" "market share," ljust "importance," ljust "etc." ljust "\fR" at last arrow.end + (0.05,-0.45) 1.41 + 1.42 + 1.43 +spline from 1st [].A.sw right boxwid*0.7 up 0.1 \ 1.44 + then right boxwid*0.8 up 1.0 \ 1.45 + then right boxwid up 1.2 \ 1.46 + then right boxwid up 0.5 \ 1.47 + then right boxwid down 0.3 \ 1.48 + then right boxwid/2 down 0.1 1.49 + 1.50 + 1.51 +move to (0,0) 1.52 + 1.53 +line left ad up ad*3 with .start at (0.38*boxwid, 0.1) 1.54 +box "video" "messages" invis wid 0.6 ht 0.4 1.55 + 1.56 +line left ad up ad*3 with .start at (0.77*boxwid, 0.3) 1.57 +box "voice" "mail" invis same 1.58 + 1.59 +line left ad up ad*3 with .start at (1.61*boxwid, 1.3) 1.60 +box "Voice" "over IP" invis same 1.61 + 1.62 +line right ad down ad*3 with .start at (2.31*boxwid, 2.0) 1.63 +box "instant" "messaging" invis same 1.64 + 1.65 +line right ad down ad*3 with .start at (3.23*boxwid, 2.6) 1.66 +box "email" invis wid 0.6 ht 0.2 1.67 + 1.68 +line right ad down ad*3 with .start at (4.31*boxwid, 2.5) 1.69 +box "telefax" invis same 1.70 + 1.71 + 1.72 + 1.73 + 1.74 +.PE