Sometimes it's useful to add additional annotations to plots besides the standard labels. CategoryPlot has CategoryTextAnnotation. As previous topics have pointed out, PiePlot has no associated annotation class. The PieSectionLabelGenerator interface can be customized to generate labels based on the pie dataset, but what would be even more useful is a text annotation class that allows annotations independent of the dataset. ...