\begin{document}
\begin {tikzpicture}[scale=0.65]
\pie [sum=100]{46.5/, 31.6/, 8.2/, 13.7/}
\pie [text=legend,pos ={7.9,0}]{46.8/Limerock, 31.9/Sand,7.5/Water,13.8/Cement}
\end {tikzpicture}
\end{document}
我需要帮助来关闭饼图...每次我重新编译时,总有一小部分没有关闭。有什么帮助吗?
答案1
无法使用最新版本重现pgf-pie.sty
来自CTAN。
\documentclass{article}
\usepackage{pgf-pie}
\begin{document}
\begin {tikzpicture}[scale=0.65]
\pie[sum=100]{46.5/, 31.6/, 8.2/, 13.7/}
\pie[text=legend,pos={7.9,0}]{46.8/Limerock, 31.9/Sand,7.5/Water,13.8/Cement}
\end {tikzpicture}
\end{document}