pgf-pie - Show absolute values instead of percentage
1
I want to make a pie chart with pgf-pie that shows not the percentage inside the pie but the absolute values. For example 15 males and 3 females in my example below. Is this possible with pgf-pie ? documentclass[12pt]{standalone} usepackage{pgf-pie} usepackage{xcolor} begin{document} begin{tikzpicture} pie[rotate = 180, color = {orange!40!white, orange!80!white}] {27.78/females, 72.22/males} end{tikzpicture} end{document}
tikz-pgf pgf-pie
share | improve this question
edited Mar 20 at 14:34
Phelype Oleinik
24.6k 5 46 88