summaryrefslogtreecommitdiff
path: root/dev/demo
diff options
context:
space:
mode:
authorXu Yuan <xu@informatik.hu-berlin.de>2011-10-02 00:12:43 +0200
committerXu Yuan <xu@informatik.hu-berlin.de>2011-10-02 00:12:43 +0200
commitcac24b96a2690e8b2bc0f7cb4f55a53f9cc38579 (patch)
treed8a949361ad30a55134a353af56a2303aa95afb6 /dev/demo
parent1e9baf6e684d2f4f29eaa9fe1f506ed1233904b7 (diff)
downloadpgf-pie-cac24b96a2690e8b2bc0f7cb4f55a53f9cc38579.tar.gz
pgf-pie-cac24b96a2690e8b2bc0f7cb4f55a53f9cc38579.tar.bz2
pgf-pie-cac24b96a2690e8b2bc0f7cb4f55a53f9cc38579.zip
legend
Diffstat (limited to 'dev/demo')
-rw-r--r--dev/demo/legend.tex3
-rw-r--r--dev/demo/polar.tex3
2 files changed, 6 insertions, 0 deletions
diff --git a/dev/demo/legend.tex b/dev/demo/legend.tex
new file mode 100644
index 0000000..f6665f6
--- /dev/null
+++ b/dev/demo/legend.tex
@@ -0,0 +1,3 @@
+\begin{tikzpicture}
+ \pie[text=legend]{10/First, 20/Second, 30/Third, 40/Fourth}
+\end{tikzpicture} \ No newline at end of file
diff --git a/dev/demo/polar.tex b/dev/demo/polar.tex
new file mode 100644
index 0000000..4d86872
--- /dev/null
+++ b/dev/demo/polar.tex
@@ -0,0 +1,3 @@
+\begin{tikzpicture}
+ \pie[polar]{10/A, 20/B, 30/C, 40/D}
+\end{tikzpicture} \ No newline at end of file