Presenting a polynomial as a pie chart of exponents. During the chart labeling process - is there a way to create the labels using Range[]? - is there support for superscripting rather than use of "^"?
Here is a way:
Clear[x]; labels = x^Range[3, 12];
Perfect!