PieChart

Pie Chart (WMA link)


PieChart[{$a_1$, $a_2$ ...}]

draws a pie chart with sector angles proportional to $a_1$, $a_2$, ....

Drawing options include -
Charting:

PieChart specific:

A hypothetical comparison between types of pets owned:

A doughnut chart for a list of values:

A Pie chart with multiple datasets:

Same as the above, but without gaps between the groups of data:

The doughnut chart above with labels on each of the 3 pieces:

Negative values are removed, the data below is the same as {1, 3}:

ParametricPlot
Plot