Concept Flow - Exploding slices
Start with data slices
Define explode distances
Call pie() with explode
Plot pie chart
Slices appear separated
End
We start with data slices, define how far each slice should be separated, then plot the pie chart with these explode distances to visually separate slices.