summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgf-pie/explode.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgf-pie/explode.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pgf-pie/explode.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgf-pie/explode.tex b/Master/texmf-dist/doc/latex/pgf-pie/explode.tex
new file mode 100644
index 00000000000..94c83fc70ac
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pgf-pie/explode.tex
@@ -0,0 +1,7 @@
+\begin{tikzpicture}
+ % explode list
+ \pie[explode={0, 0, 0, 0.1}] {10/A, 20/B, 30/C, 40/D}
+
+ % explode all
+ \pie[pos={8,0}, explode=0.1] {10/A, 20/B, 30/C, 40/D}
+\end{tikzpicture} \ No newline at end of file