aboutsummaryrefslogtreecommitdiff
path: root/doc/user/src/pie2.skb
blob: 84b53940f1e2ad01029807363caa4e71a27151bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
;; Another sad pie chart.
;;

(pie :title [Casualties of the Conflict in Iraq since 2003 (source:
English Wikipedia page, 2006-07-23)]
     :ident "pie-iraq-2006"
     :fingers? #f
     :labels 'inside
     :initial-angle 45
     :radius 2

  (slice :weight 100000 :color "red" :detach? #t
	[civilians (,(sliceweight :percentage? #t)%)])
  (slice :weight (+ 2555 229) :color #xeeeeee  [soldiers]))