Group Abstract Group Abstract

Message Boards Message Boards

0
|
1.4K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

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

Posted 1 year 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