Message Boards Message Boards

0
|
1037 Views
|
2 Replies
|
1 Total Likes
View groups...
Share
Share this post:

How do I present a range of exponents in pie chart labels?

Posted 8 months ago

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 "^"?

2 Replies

Perfect!

enter image description here

Here is a way:

Clear[x];
labels = x^Range[3, 12];
POSTED BY: Gianluca Gorni
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract