Message Boards Message Boards

0
|
274 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 19 days 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

Here is a way:

Clear[x];
labels = x^Range[3, 12];
POSTED BY: Gianluca Gorni

Perfect!

enter image description here

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