LaTeX pie chart radius code example
Example: LaTeX pie chart radius
\begin{tikzpicture}
\pie{25/L1, 30/L2, 45/L3}
\pie[pos={7,0},radius=2]{25/L1, 30/L2, 45/L3} % Set the radius parameter here
\end{tikzpicture}
\begin{tikzpicture}
\pie{25/L1, 30/L2, 45/L3}
\pie[pos={7,0},radius=2]{25/L1, 30/L2, 45/L3} % Set the radius parameter here
\end{tikzpicture}