summaryrefslogtreecommitdiff
path: root/dev/demo/color.tex
diff options
context:
space:
mode:
authorXu Yuan <xu@informatik.hu-berlin.de>2011-10-01 13:40:02 +0200
committerXu Yuan <xu@informatik.hu-berlin.de>2011-10-01 13:40:02 +0200
commit1f28e4dc5f1f6d8e61fea4f10ea3d2451138c408 (patch)
treeb09d8d250e7e2f8608db23e6ec7c18ccbdf9da03 /dev/demo/color.tex
parent6c8152f6b203e3199b66de27be027c301e7aa60e (diff)
downloadpgf-pie-1f28e4dc5f1f6d8e61fea4f10ea3d2451138c408.tar.gz
pgf-pie-1f28e4dc5f1f6d8e61fea4f10ea3d2451138c408.tar.bz2
pgf-pie-1f28e4dc5f1f6d8e61fea4f10ea3d2451138c408.zip
bugfix in finding explode from array input
Diffstat (limited to 'dev/demo/color.tex')
-rw-r--r--dev/demo/color.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/demo/color.tex b/dev/demo/color.tex
index 974774a..cb79b8c 100644
--- a/dev/demo/color.tex
+++ b/dev/demo/color.tex
@@ -1,4 +1,6 @@
\begin{tikzpicture}
\pie[color={black!10, black!20, black!30, black!40}]
{10/A, 20/B, 30/C, 40/D}
+
+ \pie[pos={8,0}, color=blue!20] {10/A, 20/B, 30/C, 40/D}
\end{tikzpicture}