summaryrefslogtreecommitdiff
path: root/dev/pgf-pie-manual.tex
diff options
context:
space:
mode:
Diffstat (limited to 'dev/pgf-pie-manual.tex')
-rw-r--r--dev/pgf-pie-manual.tex24
1 files changed, 8 insertions, 16 deletions
diff --git a/dev/pgf-pie-manual.tex b/dev/pgf-pie-manual.tex
index 4138749..4d19ce7 100644
--- a/dev/pgf-pie-manual.tex
+++ b/dev/pgf-pie-manual.tex
@@ -90,9 +90,12 @@ keywordstyle=\color{blue}
\subsection{First Pie}
\demo[0.6]{first-pie}
-\subsection{Radius, Position}
-The size of chart can be set by \texttt{radius}, default is 3. The
-center of chart can be set by \texttt{pos}, default is \texttt{\{0,0\}}.
+\subsection{Position, Rotation, Size}
+
+The center of chart can be set by \texttt{pos}, default is
+\texttt{\{0,0\}}. The chart can be rotated by setting \texttt{rotate}
+(in degrees). The size of chart can be set by \texttt{radius}, default
+is 3.
\demo{radius}
@@ -126,19 +129,8 @@ it is 100 by default. It can be calculated automatically when
\section{Examples}
-\subsection{Population of the world}
-\example{population}
-
-% \pie{20/, 4/, 11/, 49/, 16/}
-
-% \pie{20/type A, 4/type B, 11/type C, 49/type D, 16/other}
-
-% \pie[explode={0, 0.01, 0},]{20/type A, 4/type B, 11/type C, 49/type D, 16/other}
-
-% \pie[explode={0, 0.01}, colormap=black!10]{20/type A, 4/type B,
-% 11/type C, 49/type D, 16/other}
-
-% \pie{10/, 10/, 10/, 10/, 10/, 10/, 10/, 10/, 10/, 10/ }
+% \subsection{Population of the world}
+% \example{population}
% \section{Acknowledgements}
% Many people contributed to \texttt{pgf-pie} by reporting problems,