pie chart مخطط قطاعي دائري

📅 April 03, 2024   |   👁️ Views: 23




Votre navigateur ne supporte pas les PDFs. Voir le Lien de Téléchargement au dessous .




\documentclass{article}
\usepackage{pgf-pie}
\usepackage{xcolor}

\begin{document}

\begin{figure}[h]
    \centering
    \begin{tikzpicture}
        \pie[text=legend,
            color={blue!20, red!50, green!50, orange!50}]
            {40/A, 30/B, 20/C, 10/D}
    \end{tikzpicture}
    \caption{Example Pie Chart with Custom Colors}
    \label{fig:pie_chart_colors}
\end{figure}
\end{document}


\documentclass{article}
\usepackage{pgf-pie}
\usepackage{xcolor}

\begin{document}

\begin{figure}[h]
    \centering
    \begin{tikzpicture}
        \pie[text=legend,
            color={blue!20, red!50, green!50, orange!50}]
            {40/A, 30/B, 20/C, 10/D}
    \end{tikzpicture}
    \caption{Example Pie Chart with Custom Colors}
    \label{fig:pie_chart_colors}
\end{figure}
\end{document}



Related Courses, Exams, and Exercises


Course PDF:

📥 Download pie chart مخطط قطاعي دائري (PDF)