I made a customizable Pie-Chart generator in LaTeX for a paper i was writing based on this example. With this one, you can choose the color for each portion. Here is how it looks: You need the following packages in your document preamble: \usepackage{tikz} \usepackage{pgfplots} \usetikzlibrary{calc} Bellow is the LaTeX code for chart. I marked …