summaryrefslogtreecommitdiff
path: root/dev/demo
diff options
context:
space:
mode:
authorXu Yuan <xu@informatik.hu-berlin.de>2011-10-01 21:23:26 +0200
committerXu Yuan <xu@informatik.hu-berlin.de>2011-10-01 21:23:26 +0200
commit26c5d5cefe7561ea676a1f2ae9a2853695b80f3d (patch)
treea8fb1b3175e0bf47084f7f03ba03673223011c17 /dev/demo
parent28fa4141006893c2724058bb1f093a9e42b8eb59 (diff)
downloadpgf-pie-26c5d5cefe7561ea676a1f2ae9a2853695b80f3d.tar.gz
pgf-pie-26c5d5cefe7561ea676a1f2ae9a2853695b80f3d.tar.bz2
pgf-pie-26c5d5cefe7561ea676a1f2ae9a2853695b80f3d.zip
rotate
Diffstat (limited to 'dev/demo')
-rw-r--r--dev/demo/radius.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev/demo/radius.tex b/dev/demo/radius.tex
index 7860315..944e218 100644
--- a/dev/demo/radius.tex
+++ b/dev/demo/radius.tex
@@ -1,4 +1,7 @@
\begin{tikzpicture}
- \pie{10/A, 20/B, 30/C, 40/D}
- \pie[pos={10,0}, radius=4]{10/A, 20/B, 30/C, 40/D}
+ \pie{10/, 20/, 30/, 40/}
+
+ \pie[pos={8,0}, rotate=180]{10/, 20/, 30/, 40/}
+
+ \pie[pos={17,0}, radius=4]{10/, 20/, 30/, 40/}
\end{tikzpicture} \ No newline at end of file