diff options
author | Xu Yuan <xu@informatik.hu-berlin.de> | 2011-10-01 13:12:39 +0200 |
---|---|---|
committer | Xu Yuan <xu@informatik.hu-berlin.de> | 2011-10-01 13:12:39 +0200 |
commit | cd07b9439a4c22d77dd14d103760367cd3fe4737 (patch) | |
tree | 1ceec701d37dbb37679c65f5966b968e2a9ae300 /dev/demo | |
parent | 59dd623790d8f70db0a340c71f9c27a2e3903b0c (diff) | |
download | pgf-pie-cd07b9439a4c22d77dd14d103760367cd3fe4737.tar.gz pgf-pie-cd07b9439a4c22d77dd14d103760367cd3fe4737.tar.bz2 pgf-pie-cd07b9439a4c22d77dd14d103760367cd3fe4737.zip |
formate
Diffstat (limited to 'dev/demo')
-rw-r--r-- | dev/demo/color.tex | 2 | ||||
-rw-r--r-- | dev/demo/first-pie.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/demo/color.tex b/dev/demo/color.tex index 53416d1..974774a 100644 --- a/dev/demo/color.tex +++ b/dev/demo/color.tex @@ -1,4 +1,4 @@ \begin{tikzpicture} - \pie[colormap={black!10, black!20, black!30, black!40}] + \pie[color={black!10, black!20, black!30, black!40}] {10/A, 20/B, 30/C, 40/D} \end{tikzpicture} diff --git a/dev/demo/first-pie.tex b/dev/demo/first-pie.tex index 1f99130..e8c6376 100644 --- a/dev/demo/first-pie.tex +++ b/dev/demo/first-pie.tex @@ -1,3 +1,3 @@ \begin{tikzpicture} \pie{10/A, 20/B, 30/C, 40/D} -\end{tikzpicture} +\end{tikzpicture}
\ No newline at end of file |