a = [.5 1 1.6 1.2 .8 2.1]; pie(a,a==max(a)); % chart a and pull out the biggest slice title('Figure 25.13: Example Pie Chart')