3-D Pie Chart
Each element in the input argument defines a slice of the pie
Plotted Variables
The values in X
are normalized, X/sum(X)
, to determine the area of each slice. If sum(X)>=1
, the values in X
directly specify the areas of the pie slices. MATLAB draws only a partial pie if sum(X)<1
.
More Information
See the pie3
reference page for more information.