tikzpicture中的饼形图显示了颜色的名称

时间:2019-03-11 23:28:34

标签: latex pie-chart tikz

我试图在Latex中使用tikzpicture创建一个简单的饼图。问题在于结果还显示了颜色名称。如何删除这些文字?

这是脚本:我包括了pgf-pie软件包。

 \documentclass[2019]{elsarticle}
 \usepackage{pgf-pie}

 \begin{document}


 %Pie chart
 \begin{figure}
 \scriptsize
 \centering
 \begin{tikzpicture}[scale=0.75]
 \pie [ color ={ gray!10 , gray!40}]{90/A, 10/B}
 \end{tikzpicture}
 \centering
 \caption{Pie chart showing distribution of the papers on different mobile operating systems.}
 \label{fig:pieChart}
 \end{figure}
 \end{document}

enter image description here

0 个答案:

没有答案