需要更改饼图内部布局

需要更改饼图内部布局

我用以下脚本绘制了图表,但目前不太容易阅读,如果用黑白打印的话也不太清晰。尤其是包含三个以上部分的饼图。有人能将这些图表改成示例图表中所示的图表,但颜色保持不变吗?我将不胜感激。

\begin{figure}[H]
\begin{centering}
\begin{subfigure}
\footnotesize
\begin{tikzpicture}
\begin{scope}[scale=0.5]
\pie[text = legend]{
18.9/1-20 E,
29.2/21-100 E,
22.6/101-500 E,
7.5/501-1000 E,
21.7/Over 1000 E
}
\end{scope}
\end{tikzpicture}
\end{subfigure}
\begin{subfigure}
\footnotesize
\begin{tikzpicture}
\begin{scope}[scale=0.5]
\pie[text = legend]{
5.7/1 P,
43.4/2-3 P,
27.4/4-5 P,
9.4/6-7 p,
6/8-10 p,
8.5/Over 10 P
}
\end{scope}
\end{tikzpicture}
\end{subfigure}
\caption{ (\textbf{Left}) and (\textbf{Right})}
%\end{adjustwidth}
\label{fig:SQ8-SQ9}
\end{centering}
\end{figure}

在此处输入图片描述

相关内容