diff options
author | Xu Yuan <xu@informatik.hu-berlin.de> | 2011-10-01 11:25:32 +0200 |
---|---|---|
committer | Xu Yuan <xu@informatik.hu-berlin.de> | 2011-10-01 11:25:32 +0200 |
commit | eff2b05e919c9c439ae5fe503c45029146a082b4 (patch) | |
tree | 16080adeafb9b5d53cd7d7badf4b97b1f84d8352 /dev/demo | |
parent | 4c987c9343754c20bf78fa500bafb31931ca78af (diff) | |
download | pgf-pie-eff2b05e919c9c439ae5fe503c45029146a082b4.tar.gz pgf-pie-eff2b05e919c9c439ae5fe503c45029146a082b4.tar.bz2 pgf-pie-eff2b05e919c9c439ae5fe503c45029146a082b4.zip |
explore and color
Diffstat (limited to 'dev/demo')
-rw-r--r-- | dev/demo/color.tex | 4 | ||||
-rw-r--r-- | dev/demo/explode.tex | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dev/demo/color.tex b/dev/demo/color.tex new file mode 100644 index 0000000..53416d1 --- /dev/null +++ b/dev/demo/color.tex @@ -0,0 +1,4 @@ +\begin{tikzpicture} + \pie[colormap={black!10, black!20, black!30, black!40}] + {10/A, 20/B, 30/C, 40/D} +\end{tikzpicture} diff --git a/dev/demo/explode.tex b/dev/demo/explode.tex new file mode 100644 index 0000000..d47e49b --- /dev/null +++ b/dev/demo/explode.tex @@ -0,0 +1,4 @@ +\begin{tikzpicture} + \pie[explode={0, 0, 0, 0.1}] + {10/A, 20/B, 30/C, 40/D} +\end{tikzpicture}
\ No newline at end of file |