summaryrefslogtreecommitdiff
path: root/dev/demo
diff options
context:
space:
mode:
authorXu Yuan <xu@informatik.hu-berlin.de>2011-10-01 12:56:51 +0200
committerXu Yuan <xu@informatik.hu-berlin.de>2011-10-01 12:56:51 +0200
commit59dd623790d8f70db0a340c71f9c27a2e3903b0c (patch)
treedae49e5e58d75659092b51d63bb848e1ade5ce32 /dev/demo
parenteff2b05e919c9c439ae5fe503c45029146a082b4 (diff)
downloadpgf-pie-59dd623790d8f70db0a340c71f9c27a2e3903b0c.tar.gz
pgf-pie-59dd623790d8f70db0a340c71f9c27a2e3903b0c.tar.bz2
pgf-pie-59dd623790d8f70db0a340c71f9c27a2e3903b0c.zip
pos and radius
Diffstat (limited to 'dev/demo')
-rw-r--r--dev/demo/radius.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/demo/radius.tex b/dev/demo/radius.tex
new file mode 100644
index 0000000..7860315
--- /dev/null
+++ b/dev/demo/radius.tex
@@ -0,0 +1,4 @@
+\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}
+\end{tikzpicture} \ No newline at end of file