Answers for "LaTeX pie chart radius"

0

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}
Posted by: Guest on June-01-2021

Browse Popular Code Answers by Language