summaryrefslogtreecommitdiff
path: root/dev/demo
diff options
context:
space:
mode:
authorXu Yuan <xu@informatik.hu-berlin.de>2011-10-01 20:58:38 +0200
committerXu Yuan <xu@informatik.hu-berlin.de>2011-10-01 20:58:38 +0200
commit28fa4141006893c2724058bb1f093a9e42b8eb59 (patch)
tree1f90da867912aa41916bf650f3bea48c96a44ca3 /dev/demo
parent867ed74fe91e548f9458d897699fa6ba7bb83d91 (diff)
downloadpgf-pie-28fa4141006893c2724058bb1f093a9e42b8eb59.tar.gz
pgf-pie-28fa4141006893c2724058bb1f093a9e42b8eb59.tar.bz2
pgf-pie-28fa4141006893c2724058bb1f093a9e42b8eb59.zip
example of sum
Diffstat (limited to 'dev/demo')
-rw-r--r--dev/demo/sum.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/demo/sum.tex b/dev/demo/sum.tex
index 94fd88b..13e2b73 100644
--- a/dev/demo/sum.tex
+++ b/dev/demo/sum.tex
@@ -1,3 +1,5 @@
\begin{tikzpicture}
- \pie[sum=auto, after number=, radius=2]{33/Boy, 7/Girl}
+ \pie[sum=auto, after number=, radius=2]{33/Boys, 7/Girls}
+
+ \pie[pos={6,0}, sum=40, after number=, radius=2]{33/Boys}
\end{tikzpicture} \ No newline at end of file